[]
Specifies the display and layout information for strings.
[Flags]
public enum StringFormatFlags
Name | Description |
---|---|
DirectionRightToLeft | Text is displayed from right to left. |
DirectionVertical | Text is displayed in the vertical direction. |
DisplayFormatControl | Show control characters as glyphs. |
FitBlackBox | Allow parts of characters to overhang the layout rectangle. |
LineLimit | Only entire lines are laid out in the layout rectangle. |
MeasureTrailingSpaces | Includes the whitespace at the end of lines when laying out the text. |
NoClip | Allow text to render outside the layout rectangle. |
NoFontFallback | Disable fallback to alternate fonts when requested font is not available. |
NoWrap | Disable wrapping within the layout rectangle. |