IDWriteFontSet interface (dwrite_3.h)
Represents a font set.
Inheritance
The IDWriteFontSet interface inherits from the IUnknown interface. IDWriteFontSet also has these types of members:
Methods
The IDWriteFontSet interface has these methods.
IDWriteFontSet::FindFontFace Gets the index of the matching font face reference in the font set, with the same file, face index, and simulations. (IDWriteFontSet.FindFontFace) |
IDWriteFontSet::FindFontFaceReference Gets the index of the matching font face reference in the font set, with the same file, face index, and simulations. (IDWriteFontSet.FindFontFaceReference) |
IDWriteFontSet::GetFontCount Get the number of total fonts in the set. |
IDWriteFontSet::GetFontFaceReference Gets a reference to the font at the specified index, which may be local or remote. |
IDWriteFontSet::GetMatchingFonts Returns a subset of fonts filtered by the given properties. (overload 2/2) |
IDWriteFontSet::GetMatchingFonts Returns a subset of fonts filtered by the given properties. (overload 1/2) |
IDWriteFontSet::GetPropertyOccurrenceCount Returns how many times a given property value occurs in the set. |
IDWriteFontSet::GetPropertyValues Returns the property values of a specific font item index. (overload 2/3) |
IDWriteFontSet::GetPropertyValues Returns the property values of a specific font item index. (overload 1/3) |
IDWriteFontSet::GetPropertyValues Returns the property values of a specific font item index. (overload 3/3) |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2016 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | dwrite_3.h |