# C1.C1Preview.Util.FontInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Util_FontInfo" data-uid="C1.C1Preview.Util.FontInfo" class="text-break">FontInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains information about a particular True Type font.</p>
</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">FontInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Util.html">C1.C1Preview.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_Util_FontInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontInfo</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_C1Preview_Util_FontInfo__ctor_C1_C1Preview_EmbeddedFont_" data-uid="C1.C1Preview.Util.FontInfo.#ctor(C1.C1Preview.EmbeddedFont)">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.-ctor.html#C1_C1Preview_Util_FontInfo__ctor_C1_C1Preview_EmbeddedFont_">FontInfo(EmbeddedFont)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of FontInfo for the specified <a class="xref" href="C1.C1Preview.EmbeddedFont.html">EmbeddedFont</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo__ctor_System_Drawing_Font_" data-uid="C1.C1Preview.Util.FontInfo.#ctor(System.Drawing.Font)">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.-ctor.html#C1_C1Preview_Util_FontInfo__ctor_System_Drawing_Font_">FontInfo(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of FontInfo for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a>.</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_C1Preview_Util_FontInfo_CanEmbed" data-uid="C1.C1Preview.Util.FontInfo.CanEmbed">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.CanEmbed.html#C1_C1Preview_Util_FontInfo_CanEmbed">CanEmbed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the font licensing allows embedding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_CanSubset" data-uid="C1.C1Preview.Util.FontInfo.CanSubset">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.CanSubset.html#C1_C1Preview_Util_FontInfo_CanSubset">CanSubset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the font licensing allows subsetting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_EmSize" data-uid="C1.C1Preview.Util.FontInfo.EmSize">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.EmSize.html#C1_C1Preview_Util_FontInfo_EmSize">EmSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the em size of the font, in font design units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_MustObfuscate" data-uid="C1.C1Preview.Util.FontInfo.MustObfuscate">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.MustObfuscate.html#C1_C1Preview_Util_FontInfo_MustObfuscate">MustObfuscate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the font licensing requires obfuscating when embedded in XPS.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_MustRestrict" data-uid="C1.C1Preview.Util.FontInfo.MustRestrict">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.MustRestrict.html#C1_C1Preview_Util_FontInfo_MustRestrict">MustRestrict</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the font licensing restricts the font to read-only use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_ShouldObfuscate" data-uid="C1.C1Preview.Util.FontInfo.ShouldObfuscate">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.ShouldObfuscate.html#C1_C1Preview_Util_FontInfo_ShouldObfuscate">ShouldObfuscate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the font should be obfuscated when embedded in XPS.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_StrikeoutPosition" data-uid="C1.C1Preview.Util.FontInfo.StrikeoutPosition">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.StrikeoutPosition.html#C1_C1Preview_Util_FontInfo_StrikeoutPosition">StrikeoutPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the strikeout position, relative to the baseline, in design units.
Positive values are above the base line and negative values are below.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_SubscriptQuotient" data-uid="C1.C1Preview.Util.FontInfo.SubscriptQuotient">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.SubscriptQuotient.html#C1_C1Preview_Util_FontInfo_SubscriptQuotient">SubscriptQuotient</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the subscript size quotient.
Multiply the size of the font by this value to get the subscript size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_SubscriptSize" data-uid="C1.C1Preview.Util.FontInfo.SubscriptSize">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.SubscriptSize.html#C1_C1Preview_Util_FontInfo_SubscriptSize">SubscriptSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the subscript size of the font, in font design units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_SuperscriptQuotient" data-uid="C1.C1Preview.Util.FontInfo.SuperscriptQuotient">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.SuperscriptQuotient.html#C1_C1Preview_Util_FontInfo_SuperscriptQuotient">SuperscriptQuotient</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the superscript size quotient.
Multiply the size of the font by this value to get the superscript size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_SuperscriptSize" data-uid="C1.C1Preview.Util.FontInfo.SuperscriptSize">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.SuperscriptSize.html#C1_C1Preview_Util_FontInfo_SuperscriptSize">SuperscriptSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the superscript size of the font, in font design units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_UnderscorePosition" data-uid="C1.C1Preview.Util.FontInfo.UnderscorePosition">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.UnderscorePosition.html#C1_C1Preview_Util_FontInfo_UnderscorePosition">UnderscorePosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underscore position, relative to the baseline, in design units.
Positive values are above the base line and negative values are below.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Util_FontInfo_UnderscoreThickness" data-uid="C1.C1Preview.Util.FontInfo.UnderscoreThickness">
          <a class="xref" href="C1.C1Preview.Util.FontInfo.UnderscoreThickness.html#C1_C1Preview_Util_FontInfo_UnderscoreThickness">UnderscoreThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underscore line thickness, in design units.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
