# GrapeCity.Documents.Word.FontInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FontInfo" data-uid="GrapeCity.Documents.Word.FontInfo" class="text-break">FontInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the properties of a font used in a document.</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"><a class="xref" href="GrapeCity.Documents.Word.ThemeFont.html">ThemeFont</a></div>
    <div class="level2"><span class="xref">FontInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_FontInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontInfo : ThemeFont</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontInfo
    Inherits ThemeFont</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_Word_FontInfo_AlternateNames" data-uid="GrapeCity.Documents.Word.FontInfo.AlternateNames">
          <a class="xref" href="GrapeCity.Documents.Word.FontInfo.AlternateNames.html#GrapeCity_Documents_Word_FontInfo_AlternateNames">AlternateNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a set of alternative names which can be used to locate the font if <a class="xref" href="GrapeCity.Documents.Word.ThemeFont.Name.html#GrapeCity_Documents_Word_ThemeFont_Name">Name</a> property is not matched.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontInfo_Embedded" data-uid="GrapeCity.Documents.Word.FontInfo.Embedded">
          <a class="xref" href="GrapeCity.Documents.Word.FontInfo.Embedded.html#GrapeCity_Documents_Word_FontInfo_Embedded">Embedded</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of embedded forms of this font.</p>
<p>
This collection can contain from zero to four embedded font forms: regular, bold, italic and bold-italic.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontInfo_Signature" data-uid="GrapeCity.Documents.Word.FontInfo.Signature">
          <a class="xref" href="GrapeCity.Documents.Word.FontInfo.Signature.html#GrapeCity_Documents_Word_FontInfo_Signature">Signature</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.FontSignature.html">FontSignature</a> object that identifies code pages and Unicode ranges for which the font provides glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontInfo_TrueType" data-uid="GrapeCity.Documents.Word.FontInfo.TrueType">
          <a class="xref" href="GrapeCity.Documents.Word.FontInfo.TrueType.html#GrapeCity_Documents_Word_FontInfo_TrueType">TrueType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the font type.
If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, the font is a TrueType or OpenType font. If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, the font is a raster or vector font.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
