public class Font
extends java.lang.Object
implements java.lang.AutoCloseable
Constructor and Description |
---|
Font(TextureManager textureManagerIn,
ResourceLocation resourceLocationIn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
deleteTextures() |
IGlyph |
findGlyph(char charIn) |
TexturedGlyph |
getGlyph(char character) |
TexturedGlyph |
obfuscate(IGlyph glyph) |
void |
setGlyphProviders(java.util.List<IGlyphProvider> glyphProvidersIn) |
public Font(TextureManager textureManagerIn, ResourceLocation resourceLocationIn)
public void setGlyphProviders(java.util.List<IGlyphProvider> glyphProvidersIn)
public void close()
close
in interface java.lang.AutoCloseable
public void deleteTextures()
public IGlyph findGlyph(char charIn)
public TexturedGlyph getGlyph(char character)
public TexturedGlyph obfuscate(IGlyph glyph)