Interface RenderableGlyph

All Superinterfaces:
Glyph
All Known Implementing Classes:
BitmapFont.BitmapFontGlyph, BlankGlyph, TrueTypeFont.TtfGlyph, UnicodeTextureFont.UnicodeTextureGlyph, WhiteRectangleGlyph

@Environment(CLIENT)
public interface RenderableGlyph
extends Glyph
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • upload

      void upload​(int x, int y)
    • hasColor

      boolean hasColor()
    • getOversample

      float getOversample()
    • getXMin

      default float getXMin()
    • getXMax

      default float getXMax()
    • getYMin

      default float getYMin()
    • getYMax

      default float getYMax()
    • getAscent

      default float getAscent()