IDWriteTextLayout1 interface (dwrite_1.h)

Represents a block of text after it has been fully analyzed and formatted.

Inheritance

The IDWriteTextLayout1 interface inherits from IDWriteTextLayout. IDWriteTextLayout1 also has these types of members:

Methods

The IDWriteTextLayout1 interface has these methods.

 
IDWriteTextLayout1::GetCharacterSpacing

Gets the spacing between characters.
IDWriteTextLayout1::GetPairKerning

Gets whether or not pair-kerning is enabled at given position.
IDWriteTextLayout1::SetCharacterSpacing

Sets the spacing between characters.
IDWriteTextLayout1::SetPairKerning

Enables or disables pair-kerning on a given text range.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_1.h

See also

IDWriteTextLayout