Enum DWriteLineSpacingMethod
The method used for line spacing in layout.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteLineSpacingMethod
Fields
Name | Description |
---|---|
Default | Line spacing depends solely on the content, growing to accommodate the size of fonts and inline objects. |
Uniform | 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. |