Interface BakedGlyph
- All Known Implementing Classes:
BakedSheetGlyph
public interface BakedGlyph
-
Method Summary
Modifier and TypeMethodDescription@Nullable TextRenderable.StyledcreateGlyph(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset) info()
-
Method Details
-
info
GlyphInfo info() -
createGlyph
@Nullable TextRenderable.Styled createGlyph(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset)
-