class TrueTypeGlyphProvider.GlpyhInfo extends java.lang.Object implements IGlyphInfo
Modifier and Type | Field and Description |
---|---|
private float |
advanceWidth |
private float |
field_212464_d |
private float |
field_212465_e |
private int |
glyphIndex |
private int |
height |
private int |
width |
Modifier | Constructor and Description |
---|---|
private |
GlpyhInfo(int p_i49751_2_,
int p_i49751_3_,
int p_i49751_4_,
int p_i49751_5_,
float p_i49751_6_,
float p_i49751_7_,
int p_i49751_8_) |
Modifier and Type | Method and Description |
---|---|
float |
getAdvance() |
float |
getBearingX() |
float |
getBearingY() |
int |
getHeight() |
float |
getOversample() |
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
getAdvance, getBoldOffset, getShadowOffset
private final int width
private final int height
private final float field_212464_d
private final float field_212465_e
private final float advanceWidth
private final int glyphIndex
private GlpyhInfo(int p_i49751_2_, int p_i49751_3_, int p_i49751_4_, int p_i49751_5_, float p_i49751_6_, float p_i49751_7_, int p_i49751_8_)
public int getWidth()
getWidth
in interface IGlyphInfo
public int getHeight()
getHeight
in interface IGlyphInfo
public float getOversample()
getOversample
in interface IGlyphInfo
public float getAdvance()
getAdvance
in interface IGlyph
public float getBearingX()
getBearingX
in interface IGlyph
public float getBearingY()
getBearingY
in interface IGlyphInfo
public void uploadGlyph(int xOffset, int yOffset)
uploadGlyph
in interface IGlyphInfo
public boolean isColored()
isColored
in interface IGlyphInfo