Package com.mojang.blaze3d.font
Interface RawGlyph
- All Superinterfaces:
GlyphInfo
- All Known Implementing Classes:
BitmapProvider.Glyph
,LegacyUnicodeBitmapsProvider.Glyph
,MissingGlyph
,TrueTypeGlyphProvider.Glyph
,WhiteGlyph
-
Method Summary
Methods inherited from interface com.mojang.blaze3d.font.GlyphInfo
getAdvance, getAdvance, getBearingX, getBoldOffset, getShadowOffset
-
Method Details
-
getPixelWidth
int getPixelWidth() -
getPixelHeight
int getPixelHeight() -
upload
void upload(int p_83831_, int p_83832_) -
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()- Specified by:
getBearingY
in interfaceGlyphInfo
-