2#ifndef _string_format_h_
3#define _string_format_h_
5#include "drawing/string_format_flags.h"
6#include "drawing/string_alignment.h"
7#include "drawing/string_trimming.h"
8#include "drawing/string_digit_substitute.h"
9#include "drawing/text/hotkey_prefix.h"
10#include "drawing/character_range.h"
12#include "system/array.h"
13#include "system/exceptions.h"
16namespace System {
namespace Drawing {
126 bool m_is_generic_typographic =
false;
128 bool m_is_generic_default =
false;
Represents a drawing surface. Objects of this class should only be allocated using System::MakeObject...
Definition: graphics.h:68
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
HotkeyPrefix
Specifies the type of display for hot-key prefixes that relate to text.
Definition: hotkey_prefix.h:7
StringFormatFlags
Specifies the display and layout information for the strings of text.
Definition: string_format_flags.h:9
StringAlignment
Specifies the string alignment relative to its layout rectangle.
Definition: string_alignment.h:11
StringTrimming
Specifies how characters should be trimmed from a string that does not fit the layout shape.
Definition: string_trimming.h:8
StringDigitSubstitute
Specifies how digits in a string are substituted according to the locale or language.
Definition: string_digit_substitute.h:7
Definition: db_command.h:9