IDWriteFontFileEnumerator interface (dwrite.h)
Encapsulates a collection of font files. The font system uses this interface to enumerate font files when building a font collection.
Inheritance
The IDWriteFontFileEnumerator interface inherits from the IUnknown interface. IDWriteFontFileEnumerator also has these types of members:
Methods
The IDWriteFontFileEnumerator interface has these methods.
IDWriteFontFileEnumerator::GetCurrentFontFile Gets a reference to the current font file. |
IDWriteFontFileEnumerator::MoveNext 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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | dwrite.h |