Package net.minecraft.client.font
Interface Glyph
- All Known Subinterfaces:
RenderableGlyph
- All Known Implementing Classes:
BitmapFont.BitmapFontGlyph,BlankGlyph,TrueTypeFont.TtfGlyph,UnicodeTextureFont.UnicodeTextureGlyph,WhiteRectangleGlyph
@Environment(CLIENT)
public interface Glyph
-
Method Summary
Modifier and Type Method Description floatgetAdvance()default floatgetAdvance(boolean bold)default floatgetBearingX()default floatgetBoldOffset()default floatgetShadowOffset()
-
Method Details
-
getAdvance
float getAdvance() -
getAdvance
default float getAdvance(boolean bold) -
getBearingX
default float getBearingX() -
getBoldOffset
default float getBoldOffset() -
getShadowOffset
default float getShadowOffset()
-