Package com.mojang.blaze3d.font
Class TrueTypeGlyphProvider.Glyph
java.lang.Object
com.mojang.blaze3d.font.TrueTypeGlyphProvider.Glyph
- All Implemented Interfaces:
UnbakedGlyph
- Enclosing class:
TrueTypeGlyphProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mojang.blaze3d.font.UnbakedGlyph
UnbakedGlyph.Stitcher -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGlyph(float pBearingX, float pBearingY, int pWidth, int pHeight, float pAdvance, int pIndex) -
Method Summary
-
Field Details
-
width
final int width -
height
final int height -
bearingX
final float bearingX -
bearingY
final float bearingY -
info
-
index
final int index
-
-
Constructor Details
-
Glyph
Glyph(float pBearingX, float pBearingY, int pWidth, int pHeight, float pAdvance, int pIndex)
-
-
Method Details
-
info
- Specified by:
infoin interfaceUnbakedGlyph
-
bake
- Specified by:
bakein interfaceUnbakedGlyph
-