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).
|
static int |
NoMouseCursors
Don't build software mouse cursors into the atlas
|
static int |
None |
static int |
NoPowerOfTwoHeight
Don't round the height to next power of two
|
public static final int None
public static final int NoPowerOfTwoHeight
public static final int NoMouseCursors
public static final int NoBakedLines