Class TextRenderLayerUtil
java.lang.Object
dev.pfaff.altargui.render.TextRenderLayerUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final float
static final Color
static final float
static final int
static final float
static final StructLayout
static final VarHandle
static final VarHandle
static final VarHandle
static final VarHandle
static final VarHandle
static final VarHandle
static final VarHandle
static final VarHandle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
emitTextInstance
(Sink sink, float x, float y, float size, byte character, Color color, int flags, float uBase, float vBase) static char
getU
(byte character) static char
getV
(byte character)
-
Field Details
-
DEFAULT_SIZE
public static final float DEFAULT_SIZE- See Also:
-
DEFAULT_COLOR
-
DEFAULT_STYLE
public static final int DEFAULT_STYLE- See Also:
-
TEXT_CHAR_LAYOUT
-
VH_posX
-
VH_posY
-
VH_size
-
VH_color
-
VH_char
-
VH_flags
-
VH_uBase
-
VH_vBase
-
BOLD_ADVANCE
public static final float BOLD_ADVANCE- See Also:
-
SPACING
public static final float SPACING- See Also:
-
TEX_U
-
TEX_V
-
-
Constructor Details
-
TextRenderLayerUtil
public TextRenderLayerUtil()
-
-
Method Details
-
getU
public static char getU(byte character) -
getV
public static char getV(byte character) -
emitTextInstance
-