IDWriteFont2 interface (dwrite_2.h)

Represents a physical font in a font collection.

This interface adds the ability to check if a color rendering path is potentially necessary.

Inheritance

The IDWriteFont2 interface inherits from IDWriteFont1. IDWriteFont2 also has these types of members:

Methods

The IDWriteFont2 interface has these methods.

 
IDWriteFont2::IsColorFont

Enables determining whether a color rendering path is potentially necessary.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_2.h

See also

IDWriteFont1