类 TrueTypeGlyphProvider.Glyph

java.lang.Object
com.mojang.blaze3d.font.TrueTypeGlyphProvider.Glyph
所有已实现的接口:
GlyphInfo
封闭类:
TrueTypeGlyphProvider

class TrueTypeGlyphProvider.Glyph extends Object implements GlyphInfo
  • 字段详细资料

    • 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
  • 构造器详细资料

    • Glyph

      Glyph(int pMinWidth, int pMaxWidth, int pMinHeight, int pMaxHeight, float pAdvance, float pBearingX, int pIndex)
  • 方法详细资料