public final class ImFontAtlasFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NoBakedLines
Don't build thick line textures into the atlas (save a little texture memory, allow support for point/nearest filtering).
|
static int |
NoMouseCursors
Don't build software mouse cursors into the atlas (save a little texture memory)
|
static int |
None
Definition:
0 |
static int |
NoPowerOfTwoHeight
Don't round the height to next power of two
|
public static final int None
0
public static final int NoPowerOfTwoHeight
Definition: 1 << 0
public static final int NoMouseCursors
Definition: 1 << 1
public static final int NoBakedLines
Definition: 1 << 2