Interface BakedGlyph

All Known Implementing Classes:
BakedSheetGlyph

public interface BakedGlyph
  • Method Summary

    Modifier and Type
    Method
    Description
    createGlyph(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset)
     
     
  • Method Details

    • info

      GlyphInfo info()
    • createGlyph

      @Nullable TextRenderable.Styled createGlyph(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset)