com.mojang.blaze3d.font

public class TrueTypeGlyphProvider

implements GlyphProvider

feu
com.mojang.blaze3d.font.TrueTypeGlyphProvider
net.minecraft.class_395
net.minecraft.client.font.TrueTypeFont

Field summary

Modifier and TypeField
private ByteBuffer
b
fontMemory
field_21839
buffer
private org.lwjgl.util.freetype.FT_Face
c
face
field_48383
face
final float
d
oversample
field_2321
oversample
private final CodepointMap<TrueTypeGlyphProvider$GlyphEntry>
e
glyphs
field_52695
container

Constructor summary

ModifierConstructor
public (ByteBuffer buffer, org.lwjgl.util.freetype.FT_Face face, float size, float oversample, float shiftX, float shiftY, String excludedCharacters)

Method summary

Modifier and TypeMethod
public GlyphInfo
a(int arg0)
getGlyph(int arg0)
method_2040(int arg0)
getGlyph(int arg0)
private GlyphInfo
a(int arg0, feu$b arg1)
getOrLoadGlyphInfo(int arg0, TrueTypeGlyphProvider$GlyphEntry arg1)
method_61901(int arg0, class_395$class_9908 arg1)
getOrLoadGlyph(int codePoint, TrueTypeFont$LazyGlyph glyph)
private GlyphInfo
a(int arg0, org.lwjgl.util.freetype.FT_Face arg1, int arg2)
loadGlyph(int arg0, org.lwjgl.util.freetype.FT_Face arg1, int arg2)
method_61902(int arg0, org.lwjgl.util.freetype.FT_Face arg1, int arg2)
loadGlyph(int codePoint, org.lwjgl.util.freetype.FT_Face face, int index)
org.lwjgl.util.freetype.FT_Face
b()
validateFontOpen()
method_51884()
getInfo()
public void
close()
close()
public it.unimi.dsi.fastutil.ints.IntSet
a()
getSupportedGlyphs()
method_27442()
getProvidedGlyphs()