Interface GlyphInfo

All Known Implementing Classes:
SpecialGlyphs

public interface GlyphInfo
  • Method Details

    • getAdvance

      float getAdvance()
    • getAdvance

      default float getAdvance(boolean pBold)
    • getBoldOffset

      default float getBoldOffset()
    • getShadowOffset

      default float getShadowOffset()
    • simple

      static GlyphInfo simple(float pAdvance)