Package arc.freetype

Class FreeType.GlyphSlot

java.lang.Object
arc.freetype.FreeType.GlyphSlot
Enclosing class:
FreeType

public static class FreeType.GlyphSlot extends Object
  • Method Details

    • getMetrics

      public FreeType.GlyphMetrics getMetrics()
    • getLinearHoriAdvance

      public int getLinearHoriAdvance()
    • getLinearVertAdvance

      public int getLinearVertAdvance()
    • getAdvanceX

      public int getAdvanceX()
    • getAdvanceY

      public int getAdvanceY()
    • getFormat

      public int getFormat()
    • getBitmap

      public FreeType.Bitmap getBitmap()
    • getBitmapLeft

      public int getBitmapLeft()
    • getBitmapTop

      public int getBitmapTop()
    • renderGlyph

      public boolean renderGlyph(int renderMode)
    • getGlyph

      public FreeType.Glyph getGlyph()