Share via


IDWriteTextFormat::GetFlowDirection Method

Gets the direction that text lines flow.

Syntax

virtual DWRITE_FLOW_DIRECTION GetFlowDirection() = 0;

Parameter

Methode umfasst keine Parameter.

Rückgabewert

The direction that text lines flow within their parent container. For example, DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM indicates that text lines are placed from top to bottom.

Anforderungen

Mindestens unterstützter Client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista

Mindestens unterstützter Server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008

Header

Dwrite.h

Bibliothek

Dwrite.lib

DLL

Dwrite.dll

Siehe auch

IDWriteTextFormat