<summary>
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.
</summary>
<param name="factory">Factory associated with the loader.</param>
<param name="collectionKey">Font collection key that uniquely identifies the collection of font files within
the scope of the font collection loader being used.</param>
<param name="collectionKeySize">Size of the font collection key in bytes.</param>
<param name="fontFileEnumerator">Pointer to the newly created font file enumerator.</param>
<returns>
Standard HRESULT error code.
</returns>
<summary> 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. </summary> <param name="factory">Factory associated with the loader.</param> <param name="collectionKey">Font collection key that uniquely identifies the collection of font files within the scope of the font collection loader being used.</param> <param name="collectionKeySize">Size of the font collection key in bytes.</param> <param name="fontFileEnumerator">Pointer to the newly created font file enumerator.</param> <returns> Standard HRESULT error code. </returns>