public final class ImGuiFreeTypeBuilderFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Bitmap
Enable FreeType bitmap glyphs
|
static int |
Bold
Styling: Should we artificially embolden the font?
|
static int |
ForceAutoHint
Indicates that the auto-hinter is preferred over the font's native hinter.
|
static int |
LightHinting
A lighter hinting algorithm for gray-level modes.
|
static int |
LoadColor
Enable FreeType color-layered glyphs
|
static int |
Monochrome
Disable anti-aliasing.
|
static int |
MonoHinting
Strong hinting algorithm that should only be used for monochrome output.
|
static int |
NoAutoHint
Disable auto-hinter.
|
static int |
NoHinting
Disable hinting.
|
static int |
Oblique
Styling: Should we slant the font, emulating italic style?
|
public static final int NoHinting
Definition: 1 << 0
public static final int NoAutoHint
Definition: 1 << 1
public static final int ForceAutoHint
Definition: 1 << 2
public static final int LightHinting
Definition: 1 << 3
public static final int MonoHinting
Definition: 1 << 4
public static final int Bold
Definition: 1 << 5
public static final int Oblique
Definition: 1 << 6
public static final int Monochrome
Definition: 1 << 7
public static final int LoadColor
Definition: 1 << 8
public static final int Bitmap
Definition: 1 << 9