System::Drawing::StringFormatFlags enum
StringFormatFlags enum
Specifies the display and layout information for the strings of text.
enum class StringFormatFlags
Values
Name | Value | Description |
---|---|---|
DirectionRightToLeft | 1 | Right-to-left text direction. |
DirectionVertical | 2 | Text is vertically alligned. |
FitBlackBox | 4 | Parts of characters can overhang the layout box. |
DisplayFormatControl | 32 | Control characters are displayed. |
NoFontFallback | 1024 | Font fallback is disabled. |
MeasureTrailingSpaces | 2048 | Inserts the trailing space at the end of each line. |
NoWrap | 4096 | Text wrapping is disabled. |
LineLimit | 8192 | Entire lines are laid out in the formatting rectangle. |
NoClip | 16384 | Overhanging parts of glyphs are allowed to show. |
See Also
- Namespace System::Drawing
- Library Aspose.TeX for C++