IDWriteFontList2 interface (dwrite_3.h)

Represents a list of fonts. IDWriteFontList2 adds new facilities, including retrieving the underlying font set used by the list.

This interface extends IDWriteFontList1.

Inheritance

The IDWriteFontList2 interface inherits from the IDWriteFontList1 interface.

Methods

The IDWriteFontList2 interface has these methods.

 
IDWriteFontList2::GetFontSet

Retrieves the underlying font set used by this list.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header dwrite_3.h

See also

IDWriteFontList1