Classes | |
class | FontCollection |
A base class for installed and private font collections. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | InstalledFontCollection |
Represents the collection of the fonts installed in the system. NOT IMPLEMENTED. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
class | PrivateFontCollection |
Represents a collection of font families provided by the client application. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument. More... | |
Enumerations | |
enum class | GenericFontFamilies { Serif , SansSerif , Monospace } |
Represents a generic font family. More... | |
enum class | HotkeyPrefix { None = 0 , Show = 1 , Hide = 2 } |
Specifies the type of display for hot-key prefixes that relate to text. More... | |
enum class | TextRenderingHint { SystemDefault = 0 , SingleBitPerPixelGridFit , SingleBitPerPixel , AntiAliasGridFit , AntiAlias , ClearTypeGridFit } |
Specifies the quality of text rendering. More... | |
|
strong |
|
strong |
|
strong |
Specifies the quality of text rendering.