Interface Glyph

All Known Subinterfaces:
RenderableGlyph
All Known Implementing Classes:
BitmapFont.BitmapFontGlyph, BlankGlyph, TrueTypeFont.TtfGlyph, UnicodeTextureFont.UnicodeTextureGlyph, WhiteRectangleGlyph

@Environment(CLIENT)
public interface Glyph
  • Method Details

    • getAdvance

      float getAdvance()
    • getAdvance

      default float getAdvance​(boolean bold)
    • getBearingX

      default float getBearingX()
    • getBoldOffset

      default float getBoldOffset()
    • getShadowOffset

      default float getShadowOffset()