Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDWriteTextLayout3 interface

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

Members

The IDWriteTextLayout3 interface inherits from IDWriteTextLayout2. IDWriteTextLayout3 also has these types of members:

Methods

The IDWriteTextLayout3 interface has these methods.

MethodDescription
GetLineMetrics

Retrieves properties of each line.

GetLineSpacing

Gets line spacing information.

InvalidateLayout

Invalidates the layout, forcing layout to remeasure before calling the metrics or drawing functions. This is useful if the locality of a font changes, and layout should be redrawn, or if the size of a client implemented IDWriteInlineObject changes.

SetLineSpacing

Set line spacing.

 

Requirements

Minimum supported client

Windows 8.1 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 R2 [desktop apps | Windows Store apps]

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Library

Dwrite.lib

DLL

Dwrite.dll

See also

IDWriteTextLayout2

 

 

Show:
© 2017 Microsoft