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