<summary>
Obtains the font files representing a font face.
</summary>
<param name="numberOfFiles">The number of files representing the font face.</param>
<param name="fontFiles">User provided array that stores pointers to font files representing the font face.
This parameter can be NULL if the user is only interested in the number of files representing the font face.
This API increments reference count of the font file pointers returned according to COM conventions, and the client
should release them when finished.</param>
<returns>
Standard HRESULT error code.
</returns>
<summary> Obtains the font files representing a font face. </summary> <param name="numberOfFiles">The number of files representing the font face.</param> <param name="fontFiles">User provided array that stores pointers to font files representing the font face. This parameter can be NULL if the user is only interested in the number of files representing the font face. This API increments reference count of the font file pointers returned according to COM conventions, and the client should release them when finished.</param> <returns> Standard HRESULT error code. </returns>