# C1.Util.DX.DirectWrite.FontCollectionLoader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DirectWrite_FontCollectionLoader" data-uid="C1.Util.DX.DirectWrite.FontCollectionLoader" class="text-break">FontCollectionLoader Interface
</h1>
  <div class="markdown level0 summary"><p>IDWriteFontCollectionLoader</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DirectWrite.html">C1.Util.DX.DirectWrite</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_DirectWrite_FontCollectionLoader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;cca920e4-52f0-492b-bfa8-29c72ee0a468&quot;)]
[Shadow(typeof(FontCollectionLoaderShadow))]
public interface FontCollectionLoader : ICallbackable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;cca920e4-52f0-492b-bfa8-29c72ee0a468&quot;)&gt;
&lt;Shadow(GetType(FontCollectionLoaderShadow))&gt;
Public Interface FontCollectionLoader
    Inherits ICallbackable, IDisposable</code></pre>
  </div>
  <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="C1_Util_DX_DirectWrite_FontCollectionLoader_CreateEnumeratorFromKey_C1_Util_DX_DirectWrite_Factory_C1_Util_DX_DataPointer_" data-uid="C1.Util.DX.DirectWrite.FontCollectionLoader.CreateEnumeratorFromKey(C1.Util.DX.DirectWrite.Factory,C1.Util.DX.DataPointer)">
          <a class="xref" href="C1.Util.DX.DirectWrite.FontCollectionLoader.CreateEnumeratorFromKey.html#C1_Util_DX_DirectWrite_FontCollectionLoader_CreateEnumeratorFromKey_C1_Util_DX_DirectWrite_Factory_C1_Util_DX_DataPointer_">CreateEnumeratorFromKey(Factory, DataPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a font file enumerator object that encapsulates a collection of font files. The font system calls back to this interface to create a font collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
