DWRITE_TEXT_ALIGNMENT_LEADING

Undocumented in source.

Values

ValueMeaning
DWRITE_TEXT_ALIGNMENT_LEADING

<summary> The leading edge of the paragraph text is aligned to the layout box's leading edge. </summary>

DWRITE_TEXT_ALIGNMENT_TRAILING

<summary> The trailing edge of the paragraph text is aligned to the layout box's trailing edge. </summary>

DWRITE_TEXT_ALIGNMENT_CENTER

<summary> The center of the paragraph text is aligned to the center of the layout box. </summary>

DWRITE_TEXT_ALIGNMENT_JUSTIFIED

<summary> Align text to the leading side, and also justify text to fill the lines. </summary>

Meta