IDWriteTextFormat1::GetVerticalGlyphOrientation method (dwrite_2.h)

Get the preferred orientation of glyphs when using a vertical reading direction.

Syntax

DWRITE_VERTICAL_GLYPH_ORIENTATION GetVerticalGlyphOrientation();

Return value

Type: DWRITE_VERTICAL_GLYPH_ORIENTATION

The preferred orientation of glyphs when using a vertical reading direction.

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