IDWriteFontCollection3 interface (dwrite_3.h)

This interface encapsulates a set of fonts, such as the set of fonts installed on the system, or the set of fonts in a particular directory. The font collection API can be used to discover what font families and fonts are available, and to obtain some metadata about the fonts. IDWriteFontCollection3 adds the ability to retrieve the expiration event.

This interface extends IDWriteFontCollection2.

Inheritance

The IDWriteFontCollection3 interface inherits from the IDWriteFontCollection2 interface.

Methods

The IDWriteFontCollection3 interface has these methods.

 
IDWriteFontCollection3::GetExpirationEvent

Retrieves the expiration event for the font set, if any. The expiration event is set on a system font set object if it is out of date due to fonts being installed, uninstalled, or updated. (IDWriteFontCollection3::GetExpirationEvent)

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

IDWriteFontCollection2