# GrapeCity.Documents.Text.Font

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_Font" data-uid="GrapeCity.Documents.Text.Font" class="text-break">Font Class
</h1>
  <div class="markdown level0 summary"><p>Represents a TrueType or OpenType 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">Font</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_Font_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Font</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Font</code></pre>
  </div>
  <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="GrapeCity_Documents_Text_Font_AvgCharWidth" data-uid="GrapeCity.Documents.Text.Font.AvgCharWidth">
          <a class="xref" href="GrapeCity.Documents.Text.Font.AvgCharWidth.html#GrapeCity_Documents_Text_Font_AvgCharWidth">AvgCharWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Average Character Width parameter specifies the arithmetic average of the escapement (width) of all non-zero width glyphs in the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CanEmbed" data-uid="GrapeCity.Documents.Text.Font.CanEmbed">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CanEmbed.html#GrapeCity_Documents_Text_Font_CanEmbed">CanEmbed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this font can be embedded.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CanSubset" data-uid="GrapeCity.Documents.Text.Font.CanSubset">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CanSubset.html#GrapeCity_Documents_Text_Font_CanSubset">CanSubset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this font can be serialized as a subset of the source font data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CapHeight" data-uid="GrapeCity.Documents.Text.Font.CapHeight">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CapHeight.html#GrapeCity_Documents_Text_Font_CapHeight">CapHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the metric specifying the distance between the baseline and the approximate height of uppercase letters measured in FUnits.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Collection" data-uid="GrapeCity.Documents.Text.Font.Collection">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Collection.html#GrapeCity_Documents_Text_Font_Collection">Collection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the font was loaded from .ttc or .otc font collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Compressed" data-uid="GrapeCity.Documents.Text.Font.Compressed">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Compressed.html#GrapeCity_Documents_Text_Font_Compressed">Compressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the font is in WOFF format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CopyrightNotice" data-uid="GrapeCity.Documents.Text.Font.CopyrightNotice">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CopyrightNotice.html#GrapeCity_Documents_Text_Font_CopyrightNotice">CopyrightNotice</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Copyright notice of the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_EnableHinting" data-uid="GrapeCity.Documents.Text.Font.EnableHinting">
          <a class="xref" href="GrapeCity.Documents.Text.Font.EnableHinting.html#GrapeCity_Documents_Text_Font_EnableHinting">EnableHinting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the TrueType glyph hinting instructions can be executed.</p>
<p>By default hinting instructions are enabled, but note that only some TrueType fonts include such instructions.
For fonts that do not include glyph instructions, this property will always return false.</p>
<p>Also note that this property affects text drawing on GcBitmapGraphics only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FamilyClass" data-uid="GrapeCity.Documents.Text.Font.FamilyClass">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FamilyClass.html#GrapeCity_Documents_Text_Font_FamilyClass">FamilyClass</a>
        </td>
        <td class="markdown level1 summary"><p>Get the value classifying the font-family design.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FirstCharCode" data-uid="GrapeCity.Documents.Text.Font.FirstCharCode">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FirstCharCode.html#GrapeCity_Documents_Text_Font_FirstCharCode">FirstCharCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum Unicode index (character code) in this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Flags" data-uid="GrapeCity.Documents.Text.Font.Flags">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Flags.html#GrapeCity_Documents_Text_Font_Flags">Flags</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of flags describing the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontBold" data-uid="GrapeCity.Documents.Text.Font.FontBold">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontBold.html#GrapeCity_Documents_Text_Font_FontBold">FontBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Bold flag from the OS/2 table data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontData" data-uid="GrapeCity.Documents.Text.Font.FontData">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontData.html#GrapeCity_Documents_Text_Font_FontData">FontData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source font data (null, if the font loaded from file).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontFamilyName" data-uid="GrapeCity.Documents.Text.Font.FontFamilyName">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontFamilyName.html#GrapeCity_Documents_Text_Font_FontFamilyName">FontFamilyName</a>
        </td>
        <td class="markdown level1 summary"><p>Get the font family name. Up to four faces can share the same font family name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontFileName" data-uid="GrapeCity.Documents.Text.Font.FontFileName">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontFileName.html#GrapeCity_Documents_Text_Font_FontFileName">FontFileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the associated font file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontItalic" data-uid="GrapeCity.Documents.Text.Font.FontItalic">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontItalic.html#GrapeCity_Documents_Text_Font_FontItalic">FontItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Italic flag from the OS/2 table data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontOblique" data-uid="GrapeCity.Documents.Text.Font.FontOblique">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontOblique.html#GrapeCity_Documents_Text_Font_FontOblique">FontOblique</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Oblique flag from the OS/2 table data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontPath" data-uid="GrapeCity.Documents.Text.Font.FontPath">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontPath.html#GrapeCity_Documents_Text_Font_FontPath">FontPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the path to the font file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FontRevision" data-uid="GrapeCity.Documents.Text.Font.FontRevision">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FontRevision.html#GrapeCity_Documents_Text_Font_FontRevision">FontRevision</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the revision number set by font manufacturer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FullFontName" data-uid="GrapeCity.Documents.Text.Font.FullFontName">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FullFontName.html#GrapeCity_Documents_Text_Font_FullFontName">FullFontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the full font name that reflects all family and relevant subfamily descriptors.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HangingBaseline" data-uid="GrapeCity.Documents.Text.Font.HangingBaseline">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HangingBaseline.html#GrapeCity_Documents_Text_Font_HangingBaseline">HangingBaseline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hanging baseline, which is used in scripts like Devanagari, in design units relative to the Roman baseline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HasCFF2" data-uid="GrapeCity.Documents.Text.Font.HasCFF2">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HasCFF2.html#GrapeCity_Documents_Text_Font_HasCFF2">HasCFF2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the current font contains CFF2 outlines.</p>
<p>
OpenType fonts with CFF2 outlines are not supported in TextLayout and FontCollection.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Hollow" data-uid="GrapeCity.Documents.Text.Font.Hollow">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Hollow.html#GrapeCity_Documents_Text_Font_Hollow">Hollow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if characters are hollow (outlined), otherwise they are solid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HorizontalAscender" data-uid="GrapeCity.Documents.Text.Font.HorizontalAscender">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HorizontalAscender.html#GrapeCity_Documents_Text_Font_HorizontalAscender">HorizontalAscender</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the typographic or legacy ascender for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HorizontalDescender" data-uid="GrapeCity.Documents.Text.Font.HorizontalDescender">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HorizontalDescender.html#GrapeCity_Documents_Text_Font_HorizontalDescender">HorizontalDescender</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the typographic or legacy descender for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HorizontalHeight" data-uid="GrapeCity.Documents.Text.Font.HorizontalHeight">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HorizontalHeight.html#GrapeCity_Documents_Text_Font_HorizontalHeight">HorizontalHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sum of <a class="xref" href="GrapeCity.Documents.Text.Font.HorizontalAscender.html#GrapeCity_Documents_Text_Font_HorizontalAscender">HorizontalAscender</a> and <a class="xref" href="GrapeCity.Documents.Text.Font.HorizontalDescender.html#GrapeCity_Documents_Text_Font_HorizontalDescender">HorizontalDescender</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HorizontalLineGap" data-uid="GrapeCity.Documents.Text.Font.HorizontalLineGap">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HorizontalLineGap.html#GrapeCity_Documents_Text_Font_HorizontalLineGap">HorizontalLineGap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the typographic or legacy line gap for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HorizontalLineSpacing" data-uid="GrapeCity.Documents.Text.Font.HorizontalLineSpacing">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HorizontalLineSpacing.html#GrapeCity_Documents_Text_Font_HorizontalLineSpacing">HorizontalLineSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the recommended line spacing for single-spaced horizontal text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IdeographicCenteredBaseline" data-uid="GrapeCity.Documents.Text.Font.IdeographicCenteredBaseline">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IdeographicCenteredBaseline.html#GrapeCity_Documents_Text_Font_IdeographicCenteredBaseline">IdeographicCenteredBaseline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ideographic centered baseline, in design units relative to the Roman baseline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IdeographicLowBaseline" data-uid="GrapeCity.Documents.Text.Font.IdeographicLowBaseline">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IdeographicLowBaseline.html#GrapeCity_Documents_Text_Font_IdeographicLowBaseline">IdeographicLowBaseline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ideographic low baseline, in design units relative to the Roman baseline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsColorFont" data-uid="GrapeCity.Documents.Text.Font.IsColorFont">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsColorFont.html#GrapeCity_Documents_Text_Font_IsColorFont">IsColorFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if this font contains color glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsFixedPitch" data-uid="GrapeCity.Documents.Text.Font.IsFixedPitch">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsFixedPitch.html#GrapeCity_Documents_Text_Font_IsFixedPitch">IsFixedPitch</a>
        </td>
        <td class="markdown level1 summary"><p>False if the font is proportionally spaced, True if the font is not proportionally spaced (i.e. monospaced).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsOrnamentalFont" data-uid="GrapeCity.Documents.Text.Font.IsOrnamentalFont">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsOrnamentalFont.html#GrapeCity_Documents_Text_Font_IsOrnamentalFont">IsOrnamentalFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the font-family design reflects the ISO Ornamental Class and the ISO Blackletter Class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsSansSerif" data-uid="GrapeCity.Documents.Text.Font.IsSansSerif">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsSansSerif.html#GrapeCity_Documents_Text_Font_IsSansSerif">IsSansSerif</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the font-family design reflects the ISO Sans Serif Class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsScriptFont" data-uid="GrapeCity.Documents.Text.Font.IsScriptFont">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsScriptFont.html#GrapeCity_Documents_Text_Font_IsScriptFont">IsScriptFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the font-family design reflects the ISO Script Class and Uncial Class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsSerifFont" data-uid="GrapeCity.Documents.Text.Font.IsSerifFont">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsSerifFont.html#GrapeCity_Documents_Text_Font_IsSerifFont">IsSerifFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the font-family design reflects any of the Serif classes, except Sans Serif.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsSymbolicFont" data-uid="GrapeCity.Documents.Text.Font.IsSymbolicFont">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsSymbolicFont.html#GrapeCity_Documents_Text_Font_IsSymbolicFont">IsSymbolicFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this is a symbolic font suitable for Pi and special characters (icons, dingbats, technical symbols, etc.)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_IsVerticalFont" data-uid="GrapeCity.Documents.Text.Font.IsVerticalFont">
          <a class="xref" href="GrapeCity.Documents.Text.Font.IsVerticalFont.html#GrapeCity_Documents_Text_Font_IsVerticalFont">IsVerticalFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if this is a vertical font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_ItalicAngle" data-uid="GrapeCity.Documents.Text.Font.ItalicAngle">
          <a class="xref" href="GrapeCity.Documents.Text.Font.ItalicAngle.html#GrapeCity_Documents_Text_Font_ItalicAngle">ItalicAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the italic angle in counter-clockwise degrees from the vertical. Zero for upright text, negative for text that leans to the right (forward).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_LastCharCode" data-uid="GrapeCity.Documents.Text.Font.LastCharCode">
          <a class="xref" href="GrapeCity.Documents.Text.Font.LastCharCode.html#GrapeCity_Documents_Text_Font_LastCharCode">LastCharCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum Unicode index (character code) in this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_LastResort" data-uid="GrapeCity.Documents.Text.Font.LastResort">
          <a class="xref" href="GrapeCity.Documents.Text.Font.LastResort.html#GrapeCity_Documents_Text_Font_LastResort">LastResort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the glyphs encoded in the cmap subtables are simply generic symbolic representations of code point ranges and don’t truly represent support for those code points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_LicenseDescription" data-uid="GrapeCity.Documents.Text.Font.LicenseDescription">
          <a class="xref" href="GrapeCity.Documents.Text.Font.LicenseDescription.html#GrapeCity_Documents_Text_Font_LicenseDescription">LicenseDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description of the license or licenses under which the font is provided.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_LicenseInfoURL" data-uid="GrapeCity.Documents.Text.Font.LicenseInfoURL">
          <a class="xref" href="GrapeCity.Documents.Text.Font.LicenseInfoURL.html#GrapeCity_Documents_Text_Font_LicenseInfoURL">LicenseInfoURL</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URL where additional licensing information can be found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_LocalFamilyNames" data-uid="GrapeCity.Documents.Text.Font.LocalFamilyNames">
          <a class="xref" href="GrapeCity.Documents.Text.Font.LocalFamilyNames.html#GrapeCity_Documents_Text_Font_LocalFamilyNames">LocalFamilyNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of localized font family names with associated language IDs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_LocalFullFontNames" data-uid="GrapeCity.Documents.Text.Font.LocalFullFontNames">
          <a class="xref" href="GrapeCity.Documents.Text.Font.LocalFullFontNames.html#GrapeCity_Documents_Text_Font_LocalFullFontNames">LocalFullFontNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of localized font names reflecting all family and relevant subfamily descriptors, with associated language IDs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_LocalTypographicFamilyNames" data-uid="GrapeCity.Documents.Text.Font.LocalTypographicFamilyNames">
          <a class="xref" href="GrapeCity.Documents.Text.Font.LocalTypographicFamilyNames.html#GrapeCity_Documents_Text_Font_LocalTypographicFamilyNames">LocalTypographicFamilyNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of localized names for the typographic family group, with associated language IDs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_MathBaseline" data-uid="GrapeCity.Documents.Text.Font.MathBaseline">
          <a class="xref" href="GrapeCity.Documents.Text.Font.MathBaseline.html#GrapeCity_Documents_Text_Font_MathBaseline">MathBaseline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the math baseline, in design units relative to the Roman baseline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Negative" data-uid="GrapeCity.Documents.Text.Font.Negative">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Negative.html#GrapeCity_Documents_Text_Font_Negative">Negative</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if characters have their foreground and background reversed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_NumGlyphs" data-uid="GrapeCity.Documents.Text.Font.NumGlyphs">
          <a class="xref" href="GrapeCity.Documents.Text.Font.NumGlyphs.html#GrapeCity_Documents_Text_Font_NumGlyphs">NumGlyphs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of glyphs in the <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Panose" data-uid="GrapeCity.Documents.Text.Font.Panose">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Panose.html#GrapeCity_Documents_Text_Font_Panose">Panose</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 10-byte series of numbers that is used to describe the visual characteristics of a typeface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_PermissionToEmbedGranted" data-uid="GrapeCity.Documents.Text.Font.PermissionToEmbedGranted">
          <a class="xref" href="GrapeCity.Documents.Text.Font.PermissionToEmbedGranted.html#GrapeCity_Documents_Text_Font_PermissionToEmbedGranted">PermissionToEmbedGranted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating that the developer of the software has obtained explicit
permission from the legal owner of the font to embed it in documents produced by the software.</p>
<p>See <a href="https://learn.microsoft.com/en-us/typography/opentype/spec/os2#fstype">https://learn.microsoft.com/en-us/typography/opentype/spec/os2#fstype</a> for details.</p>
<p>The default is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_PostScript" data-uid="GrapeCity.Documents.Text.Font.PostScript">
          <a class="xref" href="GrapeCity.Documents.Text.Font.PostScript.html#GrapeCity_Documents_Text_Font_PostScript">PostScript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the current font contains PostScript outlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_PostScriptName" data-uid="GrapeCity.Documents.Text.Font.PostScriptName">
          <a class="xref" href="GrapeCity.Documents.Text.Font.PostScriptName.html#GrapeCity_Documents_Text_Font_PostScriptName">PostScriptName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the PostScript name for the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_SmallXHeight" data-uid="GrapeCity.Documents.Text.Font.SmallXHeight">
          <a class="xref" href="GrapeCity.Documents.Text.Font.SmallXHeight.html#GrapeCity_Documents_Text_Font_SmallXHeight">SmallXHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the metric specifying the distance between the baseline and the approximate height of non-ascending lowercase letters measured in FUnits.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Strikeout" data-uid="GrapeCity.Documents.Text.Font.Strikeout">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Strikeout.html#GrapeCity_Documents_Text_Font_Strikeout">Strikeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if characters are overstruck.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_StrikethroughPosition" data-uid="GrapeCity.Documents.Text.Font.StrikethroughPosition">
          <a class="xref" href="GrapeCity.Documents.Text.Font.StrikethroughPosition.html#GrapeCity_Documents_Text_Font_StrikethroughPosition">StrikethroughPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the top of the strikethrough stroke relative to the baseline in font design units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_StrikethroughThickness" data-uid="GrapeCity.Documents.Text.Font.StrikethroughThickness">
          <a class="xref" href="GrapeCity.Documents.Text.Font.StrikethroughThickness.html#GrapeCity_Documents_Text_Font_StrikethroughThickness">StrikethroughThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the thickness of the strikethrough stroke in font design units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_SubscriptYOffset" data-uid="GrapeCity.Documents.Text.Font.SubscriptYOffset">
          <a class="xref" href="GrapeCity.Documents.Text.Font.SubscriptYOffset.html#GrapeCity_Documents_Text_Font_SubscriptYOffset">SubscriptYOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the recommended vertical offset in font design units from the baseline for subscripts for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_SubscriptYSize" data-uid="GrapeCity.Documents.Text.Font.SubscriptYSize">
          <a class="xref" href="GrapeCity.Documents.Text.Font.SubscriptYSize.html#GrapeCity_Documents_Text_Font_SubscriptYSize">SubscriptYSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the recommended vertical size in font design units for subscripts for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_SuperscriptYOffset" data-uid="GrapeCity.Documents.Text.Font.SuperscriptYOffset">
          <a class="xref" href="GrapeCity.Documents.Text.Font.SuperscriptYOffset.html#GrapeCity_Documents_Text_Font_SuperscriptYOffset">SuperscriptYOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the recommended vertical offset in font design units from the baseline for superscripts for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_SuperscriptYSize" data-uid="GrapeCity.Documents.Text.Font.SuperscriptYSize">
          <a class="xref" href="GrapeCity.Documents.Text.Font.SuperscriptYSize.html#GrapeCity_Documents_Text_Font_SuperscriptYSize">SuperscriptYSize</a>
        </td>
        <td class="markdown level1 summary"><p>The recommended vertical size in font design units for superscripts for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Tag" data-uid="GrapeCity.Documents.Text.Font.Tag">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Tag.html#GrapeCity_Documents_Text_Font_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom data associated with the <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_TypographicFamilyName" data-uid="GrapeCity.Documents.Text.Font.TypographicFamilyName">
          <a class="xref" href="GrapeCity.Documents.Text.Font.TypographicFamilyName.html#GrapeCity_Documents_Text_Font_TypographicFamilyName">TypographicFamilyName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the typographic family grouping name.</p>
<p>
The typographic family grouping doesn't impose any constraints on the number
of faces within it, in contrast with the 4-style family grouping.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_UnderlinePosition" data-uid="GrapeCity.Documents.Text.Font.UnderlinePosition">
          <a class="xref" href="GrapeCity.Documents.Text.Font.UnderlinePosition.html#GrapeCity_Documents_Text_Font_UnderlinePosition">UnderlinePosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the suggested distance of the top of the underline from the baseline (negative values indicate below baseline).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_UnderlineThickness" data-uid="GrapeCity.Documents.Text.Font.UnderlineThickness">
          <a class="xref" href="GrapeCity.Documents.Text.Font.UnderlineThickness.html#GrapeCity_Documents_Text_Font_UnderlineThickness">UnderlineThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the suggested value for the underline thickness.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Underscore" data-uid="GrapeCity.Documents.Text.Font.Underscore">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Underscore.html#GrapeCity_Documents_Text_Font_Underscore">Underscore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if characters are underscored.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_UnitsPerEm" data-uid="GrapeCity.Documents.Text.Font.UnitsPerEm">
          <a class="xref" href="GrapeCity.Documents.Text.Font.UnitsPerEm.html#GrapeCity_Documents_Text_Font_UnitsPerEm">UnitsPerEm</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the design units per Em, valid range is from 16 to 16384.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_UseBitmapCache" data-uid="GrapeCity.Documents.Text.Font.UseBitmapCache">
          <a class="xref" href="GrapeCity.Documents.Text.Font.UseBitmapCache.html#GrapeCity_Documents_Text_Font_UseBitmapCache">UseBitmapCache</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the Bitmap Glyph Cache is enabled.</p>
<p>This property affects text drawing on GcBitmapGraphics only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_Version" data-uid="GrapeCity.Documents.Text.Font.Version">
          <a class="xref" href="GrapeCity.Documents.Text.Font.Version.html#GrapeCity_Documents_Text_Font_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the version set by font manufacturer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_VerticalAscender" data-uid="GrapeCity.Documents.Text.Font.VerticalAscender">
          <a class="xref" href="GrapeCity.Documents.Text.Font.VerticalAscender.html#GrapeCity_Documents_Text_Font_VerticalAscender">VerticalAscender</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical typographic ascender for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_VerticalDescender" data-uid="GrapeCity.Documents.Text.Font.VerticalDescender">
          <a class="xref" href="GrapeCity.Documents.Text.Font.VerticalDescender.html#GrapeCity_Documents_Text_Font_VerticalDescender">VerticalDescender</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical typographic descender for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_VerticalLineGap" data-uid="GrapeCity.Documents.Text.Font.VerticalLineGap">
          <a class="xref" href="GrapeCity.Documents.Text.Font.VerticalLineGap.html#GrapeCity_Documents_Text_Font_VerticalLineGap">VerticalLineGap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical typographic gap for this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_VerticalLineSpacing" data-uid="GrapeCity.Documents.Text.Font.VerticalLineSpacing">
          <a class="xref" href="GrapeCity.Documents.Text.Font.VerticalLineSpacing.html#GrapeCity_Documents_Text_Font_VerticalLineSpacing">VerticalLineSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the recommended line spacing for single-spaced vertical text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_VerticalWidth" data-uid="GrapeCity.Documents.Text.Font.VerticalWidth">
          <a class="xref" href="GrapeCity.Documents.Text.Font.VerticalWidth.html#GrapeCity_Documents_Text_Font_VerticalWidth">VerticalWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sum of <a class="xref" href="GrapeCity.Documents.Text.Font.VerticalAscender.html#GrapeCity_Documents_Text_Font_VerticalAscender">VerticalAscender</a> and <a class="xref" href="GrapeCity.Documents.Text.Font.VerticalDescender.html#GrapeCity_Documents_Text_Font_VerticalDescender">VerticalDescender</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_WeightClass" data-uid="GrapeCity.Documents.Text.Font.WeightClass">
          <a class="xref" href="GrapeCity.Documents.Text.Font.WeightClass.html#GrapeCity_Documents_Text_Font_WeightClass">WeightClass</a>
        </td>
        <td class="markdown level1 summary"><p>Get the value indicating the visual weight (degree of blackness or thickness of strokes) of the characters in the font.</p>
<p>
Values from 1 to 1000 are valid.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_WidthClass" data-uid="GrapeCity.Documents.Text.Font.WidthClass">
          <a class="xref" href="GrapeCity.Documents.Text.Font.WidthClass.html#GrapeCity_Documents_Text_Font_WidthClass">WidthClass</a>
        </td>
        <td class="markdown level1 summary"><p>Get the value indicating a relative change from the normal aspect ratio (width to height ratio) for the glyphs in a font.</p>
<p>
Values from 1 (UltraCondensed) to 9 (UltraExpanded) are expected.
</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="GrapeCity_Documents_Text_Font_AddEudcFont_GrapeCity_Documents_Text_Font_System_Nullable_System_Single__" data-uid="GrapeCity.Documents.Text.Font.AddEudcFont(GrapeCity.Documents.Text.Font,System.Nullable{System.Single})">
          <a class="xref" href="GrapeCity.Documents.Text.Font.AddEudcFont.html#GrapeCity_Documents_Text_Font_AddEudcFont_GrapeCity_Documents_Text_Font_System_Nullable_System_Single__">AddEudcFont(Font, float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Associates user-defined characters from the specified EUDC <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> to the current font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_AddLinkedFont_GrapeCity_Documents_Text_Font_System_Nullable_System_Single__" data-uid="GrapeCity.Documents.Text.Font.AddLinkedFont(GrapeCity.Documents.Text.Font,System.Nullable{System.Single})">
          <a class="xref" href="GrapeCity.Documents.Text.Font.AddLinkedFont.html#GrapeCity_Documents_Text_Font_AddLinkedFont_GrapeCity_Documents_Text_Font_System_Nullable_System_Single__">AddLinkedFont(Font, float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a link to the specified <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_ChooseEudcFontLink_System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.ChooseEudcFontLink(System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.ChooseEudcFontLink.html#GrapeCity_Documents_Text_Font_ChooseEudcFontLink_System_Int32_System_Boolean_">ChooseEudcFontLink(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an associated EUDC <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> containing the given code point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_ChooseLinkedFont_System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.ChooseLinkedFont(System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.ChooseLinkedFont.html#GrapeCity_Documents_Text_Font_ChooseLinkedFont_System_Int32_System_Boolean_">ChooseLinkedFont(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a linked <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> containing the given code point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_ClearEudcFontLinks" data-uid="GrapeCity.Documents.Text.Font.ClearEudcFontLinks">
          <a class="xref" href="GrapeCity.Documents.Text.Font.ClearEudcFontLinks.html#GrapeCity_Documents_Text_Font_ClearEudcFontLinks">ClearEudcFontLinks()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the list of the associated EUDC <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_ClearLinkedFonts" data-uid="GrapeCity.Documents.Text.Font.ClearLinkedFonts">
          <a class="xref" href="GrapeCity.Documents.Text.Font.ClearLinkedFonts.html#GrapeCity_Documents_Text_Font_ClearLinkedFonts">ClearLinkedFonts()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the list of the linked <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CollectionFromArray_System_Byte___System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.CollectionFromArray(System.Byte[],System.Collections.Generic.List{GrapeCity.Documents.Text.Font},System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CollectionFromArray.html#GrapeCity_Documents_Text_Font_CollectionFromArray_System_Byte___System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Boolean_">CollectionFromArray(byte[], List&lt;Font&gt;, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads all <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>s from a byte array containing single font or a font collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CollectionFromFile_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.CollectionFromFile(System.String,System.Collections.Generic.List{GrapeCity.Documents.Text.Font},System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CollectionFromFile.html#GrapeCity_Documents_Text_Font_CollectionFromFile_System_String_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Boolean_">CollectionFromFile(string, List&lt;Font&gt;, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads all <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>s from a specified font file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CollectionFromStream_System_IO_Stream_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.CollectionFromStream(System.IO.Stream,System.Collections.Generic.List{GrapeCity.Documents.Text.Font},System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CollectionFromStream.html#GrapeCity_Documents_Text_Font_CollectionFromStream_System_IO_Stream_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Int32_System_Boolean_">CollectionFromStream(Stream, List&lt;Font&gt;, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads all <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>s from a specified stream containing single font or a font collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_ContainsCodePoint_System_Int32_" data-uid="GrapeCity.Documents.Text.Font.ContainsCodePoint(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.ContainsCodePoint.html#GrapeCity_Documents_Text_Font_ContainsCodePoint_System_Int32_">ContainsCodePoint(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value indicating whether the font can map the specified code point to a glyph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_CreateFontTables_GrapeCity_Documents_Text_TableTag___" data-uid="GrapeCity.Documents.Text.Font.CreateFontTables(GrapeCity.Documents.Text.TableTag[])">
          <a class="xref" href="GrapeCity.Documents.Text.Font.CreateFontTables.html#GrapeCity_Documents_Text_Font_CreateFontTables_GrapeCity_Documents_Text_TableTag___">CreateFontTables(params TableTag[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of the <a class="xref" href="GrapeCity.Documents.Text.FontTables.html">FontTables</a> class for this font
with the specified set of OpenType tables.
Used to access information contained in the font's OpenType tables.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FromArray_System_Byte___System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.FromArray(System.Byte[],System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FromArray.html#GrapeCity_Documents_Text_Font_FromArray_System_Byte___System_Boolean_">FromArray(byte[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the first <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> from a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FromArray_System_Byte___System_String_" data-uid="GrapeCity.Documents.Text.Font.FromArray(System.Byte[],System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FromArray.html#GrapeCity_Documents_Text_Font_FromArray_System_Byte___System_String_">FromArray(byte[], string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> with given full font name from a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FromFile_System_String_System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.FromFile(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FromFile.html#GrapeCity_Documents_Text_Font_FromFile_System_String_System_Boolean_">FromFile(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the first <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> from a specified file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FromFile_System_String_System_String_" data-uid="GrapeCity.Documents.Text.Font.FromFile(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FromFile.html#GrapeCity_Documents_Text_Font_FromFile_System_String_System_String_">FromFile(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> with given full font name from a specified file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FromStream_System_IO_Stream_System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Text.Font.FromStream(System.IO.Stream,System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FromStream.html#GrapeCity_Documents_Text_Font_FromStream_System_IO_Stream_System_Int32_System_Boolean_">FromStream(Stream, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> from the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_FromStream_System_IO_Stream_System_String_System_Int32_" data-uid="GrapeCity.Documents.Text.Font.FromStream(System.IO.Stream,System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.FromStream.html#GrapeCity_Documents_Text_Font_FromStream_System_IO_Stream_System_String_System_Int32_">FromStream(Stream, string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> with given full font name from a specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_GetEudcFontLinks" data-uid="GrapeCity.Documents.Text.Font.GetEudcFontLinks">
          <a class="xref" href="GrapeCity.Documents.Text.Font.GetEudcFontLinks.html#GrapeCity_Documents_Text_Font_GetEudcFontLinks">GetEudcFontLinks()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a snapshot of the internal list of links to the associated EUDC fonts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_GetLinkedFonts" data-uid="GrapeCity.Documents.Text.Font.GetLinkedFonts">
          <a class="xref" href="GrapeCity.Documents.Text.Font.GetLinkedFonts.html#GrapeCity_Documents_Text_Font_GetLinkedFonts">GetLinkedFonts()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a snapshot of the internal list of linked fonts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_GetLocalFamilyName_System_Int32_" data-uid="GrapeCity.Documents.Text.Font.GetLocalFamilyName(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.GetLocalFamilyName.html#GrapeCity_Documents_Text_Font_GetLocalFamilyName_System_Int32_">GetLocalFamilyName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the localized version of font family name for the specified language ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HasEudcFontLinks" data-uid="GrapeCity.Documents.Text.Font.HasEudcFontLinks">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HasEudcFontLinks.html#GrapeCity_Documents_Text_Font_HasEudcFontLinks">HasEudcFontLinks()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the font has the associated EUDC <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_HasLinkedFonts" data-uid="GrapeCity.Documents.Text.Font.HasLinkedFonts">
          <a class="xref" href="GrapeCity.Documents.Text.Font.HasLinkedFonts.html#GrapeCity_Documents_Text_Font_HasLinkedFonts">HasLinkedFonts()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the font has linked <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_MatchFontFamilyName_System_String_" data-uid="GrapeCity.Documents.Text.Font.MatchFontFamilyName(System.String)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.MatchFontFamilyName.html#GrapeCity_Documents_Text_Font_MatchFontFamilyName_System_String_">MatchFontFamilyName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True if the specified string matches the font family name or its local equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_RemoveEudcFont_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.Font.RemoveEudcFont(GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.RemoveEudcFont.html#GrapeCity_Documents_Text_Font_RemoveEudcFont_GrapeCity_Documents_Text_Font_">RemoveEudcFont(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes association to the specified EUDC <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> from the current font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_RemoveLinkedFont_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.Font.RemoveLinkedFont(GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.RemoveLinkedFont.html#GrapeCity_Documents_Text_Font_RemoveLinkedFont_GrapeCity_Documents_Text_Font_">RemoveLinkedFont(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a link to the specified <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_TestCodePageRange_System_Int32_" data-uid="GrapeCity.Documents.Text.Font.TestCodePageRange(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.TestCodePageRange.html#GrapeCity_Documents_Text_Font_TestCodePageRange_System_Int32_">TestCodePageRange(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the specified code page character range is considered functional (see Os2CodePageRange).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_TestUnicodeRange_System_Int32_" data-uid="GrapeCity.Documents.Text.Font.TestUnicodeRange(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Text.Font.TestUnicodeRange.html#GrapeCity_Documents_Text_Font_TestUnicodeRange_System_Int32_">TestUnicodeRange(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the specified Unicode range is considered functional (see Os2UnicodeRange).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Font_ToString" data-uid="GrapeCity.Documents.Text.Font.ToString">
          <a class="xref" href="GrapeCity.Documents.Text.Font.ToString.html#GrapeCity_Documents_Text_Font_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
