IDWriteTextFormat3 interface (dwrite_3.h)

Describes the font and paragraph properties used to format text, and it describes locale information.

This interface extends IDWriteTextFormat2.

Inheritance

The IDWriteTextFormat3 interface inherits from the IDWriteTextFormat2 interface.

Methods

The IDWriteTextFormat3 interface has these methods.

 
IDWriteTextFormat3::GetAutomaticFontAxes

Retrieves the automatic axis options.
IDWriteTextFormat3::GetFontAxisValueCount

Retrieves the number of axes set on the format.
IDWriteTextFormat3::GetFontAxisValues

Retrieves the list of font axis values on the format.
IDWriteTextFormat3::SetAutomaticFontAxes

Sets the automatic font axis options.
IDWriteTextFormat3::SetFontAxisValues

Sets values for the font axes of the format.

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

IDWriteTextFormat2