Class TrueTypeGlyphProvider
java.lang.Object
net.minecraft.client.gui.fonts.providers.TrueTypeGlyphProvider
- All Implemented Interfaces:
Closeable
,AutoCloseable
,IGlyphProvider
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final float
private final org.lwjgl.stb.STBTTFontinfo
private final ByteBuffer
private final float
private final float
private final float
private final float
private final it.unimi.dsi.fastutil.ints.IntSet
-
Constructor Summary
ConstructorsConstructorDescriptionTrueTypeGlyphProvider
(ByteBuffer p_i230051_1_, org.lwjgl.stb.STBTTFontinfo p_i230051_2_, float p_i230051_3_, float p_i230051_4_, float p_i230051_5_, float p_i230051_6_, String p_i230051_7_) -
Method Summary
-
Field Details
-
fontMemory
-
font
private final org.lwjgl.stb.STBTTFontinfo font -
oversample
private final float oversample -
skip
private final it.unimi.dsi.fastutil.ints.IntSet skip -
shiftX
private final float shiftX -
shiftY
private final float shiftY -
pointScale
private final float pointScale -
ascent
private final float ascent
-
-
Constructor Details
-
TrueTypeGlyphProvider
public TrueTypeGlyphProvider(ByteBuffer p_i230051_1_, org.lwjgl.stb.STBTTFontinfo p_i230051_2_, float p_i230051_3_, float p_i230051_4_, float p_i230051_5_, float p_i230051_6_, String p_i230051_7_)
-
-
Method Details
-
getGlyph
- Specified by:
getGlyph
in interfaceIGlyphProvider
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceIGlyphProvider
-
getSupportedGlyphs
public it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()- Specified by:
getSupportedGlyphs
in interfaceIGlyphProvider
-