# C1.Win.Document.Util.IC1DXTextLayoutOwner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Document_Util_IC1DXTextLayoutOwner" data-uid="C1.Win.Document.Util.IC1DXTextLayoutOwner" class="text-break">IC1DXTextLayoutOwner Interface
</h1>
  <div class="markdown level0 summary"><p>Should be implemented by class owning <a class="xref" href="C1.Win.Document.Util.C1DXTextLayout.html">C1DXTextLayout</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Document.Util.html">C1.Win.Document.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Document.10.dll</h6>
  <h5 id="C1_Win_Document_Util_IC1DXTextLayoutOwner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1DXTextLayoutOwner</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1DXTextLayoutOwner</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="C1_Win_Document_Util_IC1DXTextLayoutOwner_DefaultFont" data-uid="C1.Win.Document.Util.IC1DXTextLayoutOwner.DefaultFont">
          <a class="xref" href="C1.Win.Document.Util.IC1DXTextLayoutOwner.DefaultFont.html#C1_Win_Document_Util_IC1DXTextLayoutOwner_DefaultFont">DefaultFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the font used when font specified somewhere within C1DXTextLayout is not found.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Document_Util_IC1DXTextLayoutOwner_Factory" data-uid="C1.Win.Document.Util.IC1DXTextLayoutOwner.Factory">
          <a class="xref" href="C1.Win.Document.Util.IC1DXTextLayoutOwner.Factory.html#C1_Win_Document_Util_IC1DXTextLayoutOwner_Factory">Factory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DirectWrite factory which should be used by the <a class="xref" href="C1.Win.Document.Util.C1DXTextLayout.html">C1DXTextLayout</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Document_Util_IC1DXTextLayoutOwner_FallbackFonts" data-uid="C1.Win.Document.Util.IC1DXTextLayoutOwner.FallbackFonts">
          <a class="xref" href="C1.Win.Document.Util.IC1DXTextLayoutOwner.FallbackFonts.html#C1_Win_Document_Util_IC1DXTextLayoutOwner_FallbackFonts">FallbackFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of fallback fonts used if a font specified in
C1DXTextLayout does not contain the glyphs for some chars.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
