Class TrueTypeGlyphProvider.Glyph

java.lang.Object
com.mojang.blaze3d.font.TrueTypeGlyphProvider.Glyph
All Implemented Interfaces:
GlyphInfo
Enclosing class:
TrueTypeGlyphProvider

class TrueTypeGlyphProvider.Glyph extends Object implements GlyphInfo
  • Field Details

    • width

      final int width
    • height

      final int height
    • bearingX

      final float bearingX
    • bearingY

      final float bearingY
    • advance

      private final float advance
    • index

      final int index
  • Constructor Details

    • Glyph

      Glyph(float bearingX, float bearingY, int width, int height, float advance, int index)
  • Method Details