StringFormatFlags

StringFormatFlags enum

Specifies the display and layout information for the strings of text.

enum class StringFormatFlags

Values

NameValueDescription
DirectionRightToLeft1Right-to-left text direction.
DirectionVertical2Text is vertically alligned.
FitBlackBox4Parts of characters can overhang the layout box.
DisplayFormatControl32Control characters are displayed.
NoFontFallback1024Font fallback is disabled.
MeasureTrailingSpaces2048Inserts the trailing space at the end of each line.
NoWrap4096Text wrapping is disabled.
LineLimit8192Entire lines are laid out in the formatting rectangle.
NoClip16384Overhanging parts of glyphs are allowed to show.

See Also