<summary> Gets a reference to the current font file. </summary> <param name="fontFile">Pointer to the newly created font file object.</param> <returns> Standard HRESULT error code. </returns>
<summary> 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. </summary> <param name="hasCurrentFile">Receives the value TRUE if the enumerator advances to a file, or FALSE if the enumerator advanced past the last file in the collection.</param> <returns> Standard HRESULT error code. </returns>
<summary> The font file enumerator interface encapsulates a collection of font files. The font system uses this interface to enumerate font files when building a font collection. </summary>