Interface IGlyphInfo

All Superinterfaces:
IGlyph
All Known Implementing Classes:
DefaultGlyph, TextureGlyphProvider.GlyphInfo, TrueTypeGlyphProvider.GlpyhInfo, UnicodeTextureGlyphProvider.GlpyhInfo, WhiteGlyph

public interface IGlyphInfo extends IGlyph
  • Method Details

    • getPixelWidth

      int getPixelWidth()
    • getPixelHeight

      int getPixelHeight()
    • upload

      void upload(int p_211573_1_, int p_211573_2_)
    • isColored

      boolean isColored()
    • getOversample

      float getOversample()
    • getLeft

      default float getLeft()
    • getRight

      default float getRight()
    • getUp

      default float getUp()
    • getDown

      default float getDown()
    • getBearingY

      default float getBearingY()