The xtd::drawing::text namespace provides advanced GDI+ typography functionality.
Classes | |
class | font_collection |
Provides a base class for installed and private font collections. More... | |
class | installed_font_collection |
Represents the fonts installed on the system. This class cannot be inherited. More... | |
class | private_font_collection |
Provides a collection of font families built from font files that are provided by the client application. More... | |
Enumerations | |
enum class | generic_font_families { generic_font_families::serif , generic_font_families::sans_serif , generic_font_families::monospace } |
Specifies a generic font_family object. More... | |
enum class | hotkey_prefix { hotkey_prefix::none , hotkey_prefix::show , hotkey_prefix::hide } |
Specifies the type of display for hot-key prefixes that relate to text. More... | |
enum class | text_rendering_hint { text_rendering_hint::system_default , text_rendering_hint::single_bit_per_pixel_grid_fit , text_rendering_hint::single_bit_per_pixel , text_rendering_hint::anti_alias_grid_fit , text_rendering_hint::anti_alias , text_rendering_hint::clear_type_grid_fit } |
Specifies the quality of text rendering. More... | |