@Environment(value=CLIENT) public interface RenderableGlyph extends Glyph
Modifier and Type | Method and Description |
---|---|
default float |
getAscent() |
int |
getHeight() |
float |
getOversample() |
int |
getWidth() |
default float |
getXMax() |
default float |
getXMin() |
default float |
getYMax() |
default float |
getYMin() |
boolean |
hasColor() |
void |
upload(int x,
int y) |
getAdvance, getAdvance, getBearingX, getBoldOffset, getShadowOffset
int getWidth()
int getHeight()
void upload(int x, int y)
boolean hasColor()
float getOversample()
default float getXMin()
default float getXMax()
default float getYMin()
default float getYMax()
default float getAscent()