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 float
getBearingY()
default float
getDown()
default float
getLeft()
float
getOversample()
int
getPixelHeight()
int
getPixelWidth()
default float
getRight()
default float
getUp()
boolean
isColored()
void
upload(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()
-
-