Interface RawGlyph

All Superinterfaces:
GlyphInfo
All Known Implementing Classes:
BitmapProvider.Glyph, LegacyUnicodeBitmapsProvider.Glyph, MissingGlyph, TrueTypeGlyphProvider.Glyph, WhiteGlyph

public interface RawGlyph extends GlyphInfo
  • Method Details

    • getPixelWidth

      int getPixelWidth()
    • getPixelHeight

      int getPixelHeight()
    • upload

      void upload(int p_83831_, int p_83832_)
    • 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()
      Specified by:
      getBearingY in interface GlyphInfo