Interface BakedGlyph
- All Known Implementing Classes:
BakedSheetGlyph
public interface BakedGlyph
-
Method Summary
Modifier and TypeMethodDescriptioncreateGlyph(float pX, float pY, int pColor, int pShadowColor, Style pStyle, float pBoldOffset, float pShadowOffset) info()
-
Method Details
-
info
GlyphInfo info() -
createGlyph
@Nullable TextRenderable createGlyph(float pX, float pY, int pColor, int pShadowColor, Style pStyle, float pBoldOffset, float pShadowOffset)
-