xtd 0.2.0
Loading...
Searching...
No Matches
text_rendering.h
1#pragma once
3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
5#endif
7
8#include <xtd/types.h>
9
17
25
33
41
49
constexpr xtd::int32 TR_SINGLE_BIT_PER_PIXEL_GRID_FIT
Each character is drawn using its glyph bitmap. Hinting is used to improve character appearance on st...
Definition text_rendering.h:24
constexpr xtd::int32 TR_ANTI_ALIAS
Each character is drawn using its antialiased glyph bitmap without hinting. Better quality due to ant...
Definition text_rendering.h:48
constexpr xtd::int32 TR_SINGLE_BIT_PAER_PIXEL
Each character is drawn using its glyph bitmap. Hinting is not used.
Definition text_rendering.h:32
constexpr xtd::int32 TR_SYSTEM_DEFAULT
Each character is drawn using its glyph bitmap, with the system default rendering hint....
Definition text_rendering.h:16
constexpr xtd::int32 TR_CLEAR_TYPE_GRID_FIT
Each character is drawn using its glyph ClearType bitmap with hinting. The highest quality setting....
Definition text_rendering.h:56
constexpr xtd::int32 TR_ANTI_ALIAS_GRID_FIT
Each character is drawn using its antialiased glyph bitmap with hinting. Much better quality due to a...
Definition text_rendering.h:40
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
Contains xtd fundamental types.