# C1.Util.FontKey

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_FontKey" data-uid="C1.Util.FontKey" class="text-break">FontKey Class
</h1>
  <div class="markdown level0 summary"><p>Unique identifier of font in various font
processing algorithms of C1Preview:</p>
<ul>
<li>font substitution</li>
<li>font embedding</li>
</ul>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FontKey</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.html">C1.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_Util_FontKey_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontKey</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontKey</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_FontKey__ctor_System_String_System_Boolean_System_Boolean_" data-uid="C1.Util.FontKey.#ctor(System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Util.FontKey.-ctor.html#C1_Util_FontKey__ctor_System_String_System_Boolean_System_Boolean_">FontKey(string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey__ctor_System_String_System_Byte_" data-uid="C1.Util.FontKey.#ctor(System.String,System.Byte)">
          <a class="xref" href="C1.Util.FontKey.-ctor.html#C1_Util_FontKey__ctor_System_String_System_Byte_">FontKey(string, byte)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_FontKey_c_flgBold" data-uid="C1.Util.FontKey.c_flgBold">
          <a class="xref" href="C1.Util.FontKey.c_flgBold.html">c_flgBold</a>
        </td>
        <td class="markdown level1 summary"><p>Bold constant.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey_c_flgItalic" data-uid="C1.Util.FontKey.c_flgItalic">
          <a class="xref" href="C1.Util.FontKey.c_flgItalic.html">c_flgItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Italic constant.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_FontKey_Bold" data-uid="C1.Util.FontKey.Bold">
          <a class="xref" href="C1.Util.FontKey.Bold.html#C1_Util_FontKey_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets bold flag of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey_Flags" data-uid="C1.Util.FontKey.Flags">
          <a class="xref" href="C1.Util.FontKey.Flags.html#C1_Util_FontKey_Flags">Flags</a>
        </td>
        <td class="markdown level1 summary"><p>Gets flags of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey_Italic" data-uid="C1.Util.FontKey.Italic">
          <a class="xref" href="C1.Util.FontKey.Italic.html#C1_Util_FontKey_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets italic flag of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey_Name" data-uid="C1.Util.FontKey.Name">
          <a class="xref" href="C1.Util.FontKey.Name.html#C1_Util_FontKey_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets name of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey_Style" data-uid="C1.Util.FontKey.Style">
          <a class="xref" href="C1.Util.FontKey.Style.html#C1_Util_FontKey_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style of the font.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_FontKey_Equals_System_Object_" data-uid="C1.Util.FontKey.Equals(System.Object)">
          <a class="xref" href="C1.Util.FontKey.Equals.html#C1_Util_FontKey_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey_GetHashCode" data-uid="C1.Util.FontKey.GetHashCode">
          <a class="xref" href="C1.Util.FontKey.GetHashCode.html#C1_Util_FontKey_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_FontKey_op_Equality_C1_Util_FontKey_C1_Util_FontKey_" data-uid="C1.Util.FontKey.op_Equality(C1.Util.FontKey,C1.Util.FontKey)">
          <a class="xref" href="C1.Util.FontKey.op_Equality.html#C1_Util_FontKey_op_Equality_C1_Util_FontKey_C1_Util_FontKey_">operator ==(FontKey, FontKey)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_FontKey_op_Inequality_C1_Util_FontKey_C1_Util_FontKey_" data-uid="C1.Util.FontKey.op_Inequality(C1.Util.FontKey,C1.Util.FontKey)">
          <a class="xref" href="C1.Util.FontKey.op_Inequality.html#C1_Util_FontKey_op_Inequality_C1_Util_FontKey_C1_Util_FontKey_">operator !=(FontKey, FontKey)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
