2#ifndef _string_format_flags_h_
3#define _string_format_flags_h_
5#include "system/enum_helpers.h"
7namespace System {
namespace Drawing {
35 DECLARE_USING_GLOBAL_OPERATORS
StringFormatFlags
Specifies the display and layout information for the strings of text.
Definition: string_format_flags.h:9
@ LineLimit
Entire lines are laid out in the formatting rectangle.
@ DisplayFormatControl
Control characters are displayed.
@ FitBlackBox
Parts of characters can overhang the layout box.
@ DirectionVertical
Text is vertically alligned.
@ NoWrap
Text wrapping is disabled.
@ DirectionRightToLeft
Right-to-left text direction.
@ NoClip
Overhanging parts of glyphs are allowed to show.
@ MeasureTrailingSpaces
Inserts the trailing space at the end of each line.
@ NoFontFallback
Font fallback is disabled.
Definition: db_command.h:9