# C1.Util.DX.DirectWrite.FontFileEnumerator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DirectWrite_FontFileEnumerator" data-uid="C1.Util.DX.DirectWrite.FontFileEnumerator" class="text-break">FontFileEnumerator Interface
</h1>
  <div class="markdown level0 summary"><p>IDWriteFontFileEnumerator</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_FontFileEnumerator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;72755049-5ff7-435d-8348-4be97cfa6c7c&quot;)]
[Shadow(typeof(FontFileEnumeratorShadow))]
public interface FontFileEnumerator : ICallbackable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;72755049-5ff7-435d-8348-4be97cfa6c7c&quot;)&gt;
&lt;Shadow(GetType(FontFileEnumeratorShadow))&gt;
Public Interface FontFileEnumerator
    Inherits ICallbackable, IDisposable</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_Util_DX_DirectWrite_FontFileEnumerator_CurrentFontFile" data-uid="C1.Util.DX.DirectWrite.FontFileEnumerator.CurrentFontFile">
          <a class="xref" href="C1.Util.DX.DirectWrite.FontFileEnumerator.CurrentFontFile.html#C1_Util_DX_DirectWrite_FontFileEnumerator_CurrentFontFile">CurrentFontFile</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the current font file.</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="C1_Util_DX_DirectWrite_FontFileEnumerator_MoveNext" data-uid="C1.Util.DX.DirectWrite.FontFileEnumerator.MoveNext">
          <a class="xref" href="C1.Util.DX.DirectWrite.FontFileEnumerator.MoveNext.html#C1_Util_DX_DirectWrite_FontFileEnumerator_MoveNext">MoveNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Advances to the next font file in the collection. When it is first created, the enumerator is positioned before the first element of the collection and the first call to MoveNext advances to the first file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
