static class UnicodeTextureGlyphProvider.GlpyhInfo extends java.lang.Object implements IGlyphInfo
Modifier and Type | Field and Description |
---|---|
private int |
height |
private NativeImage |
texture |
private int |
unpackSkipPixels |
private int |
unpackSkipRows |
private int |
width |
Modifier | Constructor and Description |
---|---|
private |
GlpyhInfo(int p_i49758_1_,
int p_i49758_2_,
int p_i49758_3_,
int p_i49758_4_,
NativeImage p_i49758_5_) |
Modifier and Type | Method and Description |
---|---|
float |
getAdvance() |
float |
getBoldOffset() |
int |
getHeight() |
float |
getOversample() |
float |
getShadowOffset() |
int |
getWidth() |
boolean |
isColored() |
void |
uploadGlyph(int xOffset,
int yOffset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
func_211198_f, func_211199_g, func_211200_h, func_211204_i, getBearingY
getAdvance, getBearingX
private final int width
private final int height
private final int unpackSkipPixels
private final int unpackSkipRows
private final NativeImage texture
private GlpyhInfo(int p_i49758_1_, int p_i49758_2_, int p_i49758_3_, int p_i49758_4_, NativeImage p_i49758_5_)
public float getOversample()
getOversample
in interface IGlyphInfo
public int getWidth()
getWidth
in interface IGlyphInfo
public int getHeight()
getHeight
in interface IGlyphInfo
public float getAdvance()
getAdvance
in interface IGlyph
public void uploadGlyph(int xOffset, int yOffset)
uploadGlyph
in interface IGlyphInfo
public boolean isColored()
isColored
in interface IGlyphInfo
public float getShadowOffset()
getShadowOffset
in interface IGlyph
public float getBoldOffset()
getBoldOffset
in interface IGlyph