IDWriteTextFormat1::GetLastLineWrapping method (dwrite_2.h)

Gets the wrapping mode of the last line.

Syntax

BOOL GetLastLineWrapping();

Return value

Type: BOOL

Returns FALSE if the last line is not wrapped; TRUE if the last line is wrapped.

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
Library Dwrite.lib
DLL Dwrite.dll

See also

IDWriteTextFormat1