DWRITE_LINE_SPACING_METHOD_DEFAULT

Undocumented in source.

Values

ValueMeaning
DWRITE_LINE_SPACING_METHOD_DEFAULT

<summary> Line spacing depends solely on the content, growing to accommodate the size of fonts and inline objects. </summary>

DWRITE_LINE_SPACING_METHOD_UNIFORM

<summary> Lines are explicitly set to uniform spacing, regardless of contained font sizes. This can be useful to avoid the uneven appearance that can occur from font fallback. </summary>

Meta