# GrapeCity.Documents.Text.FontLink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_FontLink" data-uid="GrapeCity.Documents.Text.FontLink" class="text-break">FontLink Class
</h1>
  <div class="markdown level0 summary"><p>Describes a reference to <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> used as fallback or EUDC font for a specific base 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">FontLink</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_FontLink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontLink</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontLink</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_FontLink_Font" data-uid="GrapeCity.Documents.Text.FontLink.Font">
          <a class="xref" href="GrapeCity.Documents.Text.FontLink.Font.html#GrapeCity_Documents_Text_FontLink_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> used as linked fallback or EUDC font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontLink_ScaleFactor" data-uid="GrapeCity.Documents.Text.FontLink.ScaleFactor">
          <a class="xref" href="GrapeCity.Documents.Text.FontLink.ScaleFactor.html#GrapeCity_Documents_Text_FontLink_ScaleFactor">ScaleFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value specifying the scale factor applied to size of the base font when the linked font is used instead.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
