Package net.minecraft.client.gui.fonts
Interface IGlyphInfo
-
- All Superinterfaces:
IGlyph
- All Known Implementing Classes:
DefaultGlyph,TextureGlyphProvider.GlyphInfo,TrueTypeGlyphProvider.GlpyhInfo,UnicodeTextureGlyphProvider.GlpyhInfo,WhiteGlyph
public interface IGlyphInfo extends IGlyph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default floatgetBearingY()default floatgetDown()default floatgetLeft()floatgetOversample()intgetPixelHeight()intgetPixelWidth()default floatgetRight()default floatgetUp()booleanisColored()voidupload(int p_211573_1_, int p_211573_2_)-
Methods inherited from interface net.minecraft.client.gui.fonts.IGlyph
getAdvance, getAdvance, getBearingX, getBoldOffset, getShadowOffset
-
-
-
-
Method Detail
-
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()
-
-