DynamicFontData.Hinting/hinting - multiple declarations
Function DynamicFontData.hinting
The font hinting mode used by FreeType. See hinting
for options.
DynamicFontData . Hinting hinting() nothrow @property @nogc;
void hinting
(
long v
) nothrow @property @nogc;
Enum DynamicFontData.Hinting
enum Hinting
: int { ... }
Enum members
Name | Description |
---|---|
hintingLight
|
Use the light font hinting mode. |
hintingNone
|
Disables font hinting (smoother but less crisp). |
hintingNormal
|
Use the default font hinting mode (crisper but less smooth). |