xtd 0.2.0
Loading...
Searching...
No Matches
text_rendering_hint.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace drawing {
12 namespace text {
30 anti_alias = 4,
33 };
34 }
35 }
36}
37
41};
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< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:19
@ text
The xtd::forms::status_bar_panel displays text in the standard font.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:36