IDWriteFontSet2 interface (dwrite_3.h)

Represents a font set.

This interface extends IDWriteFontSet1.

Inheritance

The IDWriteFontSet2 interface inherits from the IDWriteFontSet1 interface.

Methods

The IDWriteFontSet2 interface has these methods.

 
IDWriteFontSet2::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. (IDWriteFontSet2::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

IDWriteFontSet1