text_rendering_hint
Specifies the quality of text rendering.
Definition text_rendering_hint.h:20
@ clear_type_grid_fit
Each character is drawn using its glyph ClearType bitmap with hinting. The highest quality setting....
@ system_default
Each character is drawn using its glyph bitmap, with the system default rendering hint....
@ anti_alias_grid_fit
Each character is drawn using its antialiased glyph bitmap with hinting. Much better quality due to a...
@ single_bit_per_pixel
Each character is drawn using its glyph bitmap. Hinting is not used.
@ anti_alias
Each character is drawn using its antialiased glyph bitmap without hinting. Better quality due to ant...
@ single_bit_per_pixel_grid_fit
Each character is drawn using its glyph bitmap. Hinting is used to improve character appearance on st...
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10