Package net.minecraft.client.gui.fonts
Interface IGlyphInfo
- All Superinterfaces:
IGlyph
- All Known Implementing Classes:
DefaultGlyph
,TextureGlyphProvider.GlyphInfo
,TrueTypeGlyphProvider.GlpyhInfo
,UnicodeTextureGlyphProvider.GlpyhInfo
,WhiteGlyph
-
Method Summary
Methods inherited from interface net.minecraft.client.gui.fonts.IGlyph
getAdvance, getAdvance, getBearingX, getBoldOffset, getShadowOffset
-
Method Details
-
getPixelWidth
int getPixelWidth() -
getPixelHeight
int getPixelHeight() -
upload
void upload(int p_211573_1_, int p_211573_2_) -
isColored
boolean isColored() -
getOversample
float getOversample() -
getLeft
default float getLeft() -
getRight
default float getRight() -
getUp
default float getUp() -
getDown
default float getDown() -
getBearingY
default float getBearingY()
-