Class TrueTypeFont.TtfGlyph

java.lang.Object
net.minecraft.client.font.TrueTypeFont.TtfGlyph
All Implemented Interfaces:
Glyph, RenderableGlyph
Enclosing class:
TrueTypeFont

@Environment(CLIENT)
class TrueTypeFont.TtfGlyph
extends Object
implements RenderableGlyph
  • Field Details

    • width

      private final int width
    • height

      private final int height
    • bearingX

      private final float bearingX
    • ascent

      private final float ascent
    • advance

      private final float advance
    • glyphIndex

      private final int glyphIndex
  • Constructor Details

    • TtfGlyph

      private TtfGlyph​(int xMin, int xMax, int yMax, int yMin, float advance, float bearing, int index)
  • Method Details