@Environment(value=CLIENT) public class TextureFont extends Object implements Font
| Modifier and Type | Class and Description |
|---|---|
static class |
TextureFont.Loader |
(package private) static class |
TextureFont.TextureFontGlyph |
| Modifier and Type | Field and Description |
|---|---|
private it.unimi.dsi.fastutil.ints.Int2ObjectMap<TextureFont.TextureFontGlyph> |
glyphs |
private NativeImage |
image |
private static Logger |
LOGGER |
| Modifier | Constructor and Description |
|---|---|
private |
TextureFont(NativeImage image,
it.unimi.dsi.fastutil.ints.Int2ObjectMap<TextureFont.TextureFontGlyph> int2ObjectMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RenderableGlyph |
getGlyph(int int2) |
it.unimi.dsi.fastutil.ints.IntSet |
method_27442() |
private static final Logger LOGGER
private final NativeImage image
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<TextureFont.TextureFontGlyph> glyphs
private TextureFont(NativeImage image, it.unimi.dsi.fastutil.ints.Int2ObjectMap<TextureFont.TextureFontGlyph> int2ObjectMap)
public void close()
@Nullable public RenderableGlyph getGlyph(int int2)
public it.unimi.dsi.fastutil.ints.IntSet method_27442()
method_27442 in interface Font