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.
| Method | Description |
|---|---|
| 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 |
|
|
DLL |
|
See also