@Environment(value=CLIENT) public class BlankFont extends Object implements Font
Constructor and Description |
---|
BlankFont() |
Modifier and Type | Method and Description |
---|---|
RenderableGlyph |
getGlyph(int codePoint) |
it.unimi.dsi.fastutil.ints.IntSet |
getProvidedGlyphs()
Returns the set of code points for which this font can provide glyphs.
|
@Nullable public RenderableGlyph getGlyph(int codePoint)
public it.unimi.dsi.fastutil.ints.IntSet getProvidedGlyphs()
getProvidedGlyphs
in interface Font