| Package | Description |
|---|---|
| net.minecraft.client.gui | |
| net.minecraft.client.gui.fonts |
| Modifier and Type | Method and Description |
|---|---|
private void |
FontRenderer.drawGlyph(TexturedGlyph glyphIn,
boolean boldIn,
boolean italicIn,
float boldOffsetIn,
float xIn,
float yIn,
Matrix4f matrix,
IVertexBuilder bufferIn,
float redIn,
float greenIn,
float blueIn,
float alphaIn,
int packedLight) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyGlyph |
| Modifier and Type | Field and Description |
|---|---|
private TexturedGlyph |
Font.fallbackGlyph |
private TexturedGlyph |
Font.whiteGlyph |
| Modifier and Type | Field and Description |
|---|---|
private it.unimi.dsi.fastutil.chars.Char2ObjectMap<TexturedGlyph> |
Font.mapTexturedGlyphs |
| Modifier and Type | Method and Description |
|---|---|
TexturedGlyph |
FontTexture.createTexturedGlyph(IGlyphInfo glyphInfoIn) |
private TexturedGlyph |
Font.createTexturedGlyph(IGlyphInfo glyphInfoIn) |
TexturedGlyph |
Font.getGlyph(char character) |
TexturedGlyph |
Font.getWhiteGlyph() |
TexturedGlyph |
Font.obfuscate(IGlyph glyph) |