IDWriteFontList1 interface (dwrite_3.h)

Represents a list of fonts.

Inheritance

The IDWriteFontList1 interface inherits from IDWriteFontList. IDWriteFontList1 also has these types of members:

Methods

The IDWriteFontList1 interface has these methods.

 
IDWriteFontList1::GetFont

Gets a font given its zero-based index. (IDWriteFontList1.GetFont)
IDWriteFontList1::GetFontFaceReference

Gets a font face reference given its zero-based index. (IDWriteFontList1.GetFontFaceReference)
IDWriteFontList1::GetFontLocality

Gets the current location of a font given its zero-based index. (IDWriteFontList1.GetFontLocality)

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header dwrite_3.h

See also

IDWriteFontList