Package net.minecraft.client.font
Class TrueTypeFont
java.lang.Object
net.minecraft.client.font.TrueTypeFont
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Font
- Mappings:
Namespace Name official dos
intermediary net/minecraft/class_395
named net/minecraft/client/font/TrueTypeFont
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final float
private final IntSet
private final ByteBuffer
(package private) final STBTTFontinfo
(package private) final float
(package private) final float
(package private) final float
(package private) final float
-
Constructor Summary
ConstructorDescriptionTrueTypeFont
(ByteBuffer byteBuffer, STBTTFontinfo info, float float2, float oversample, float float3, float float4, String string) -
Method Summary
-
Field Details
-
field_21839
- Mappings:
Namespace Name Mixin selector official a
Ldos;a:Ljava/nio/ByteBuffer;
intermediary field_21839
Lnet/minecraft/class_395;field_21839:Ljava/nio/ByteBuffer;
named field_21839
Lnet/minecraft/client/font/TrueTypeFont;field_21839:Ljava/nio/ByteBuffer;
-
info
- Mappings:
Namespace Name Mixin selector official b
Ldos;b:Lorg/lwjgl/stb/STBTTFontinfo;
intermediary field_2323
Lnet/minecraft/class_395;field_2323:Lorg/lwjgl/stb/STBTTFontinfo;
named info
Lnet/minecraft/client/font/TrueTypeFont;info:Lorg/lwjgl/stb/STBTTFontinfo;
-
oversample
final float oversample- Mappings:
Namespace Name Mixin selector official c
Ldos;c:F
intermediary field_2321
Lnet/minecraft/class_395;field_2321:F
named oversample
Lnet/minecraft/client/font/TrueTypeFont;oversample:F
-
excludedCharacters
- Mappings:
Namespace Name Mixin selector official d
Ldos;d:Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary field_2319
Lnet/minecraft/class_395;field_2319:Lit/unimi/dsi/fastutil/ints/IntSet;
named excludedCharacters
Lnet/minecraft/client/font/TrueTypeFont;excludedCharacters:Lit/unimi/dsi/fastutil/ints/IntSet;
-
shiftX
final float shiftX- Mappings:
Namespace Name Mixin selector official e
Ldos;e:F
intermediary field_2320
Lnet/minecraft/class_395;field_2320:F
named shiftX
Lnet/minecraft/client/font/TrueTypeFont;shiftX:F
-
shiftY
final float shiftY- Mappings:
Namespace Name Mixin selector official f
Ldos;f:F
intermediary field_2318
Lnet/minecraft/class_395;field_2318:F
named shiftY
Lnet/minecraft/client/font/TrueTypeFont;shiftY:F
-
scaleFactor
final float scaleFactor- Mappings:
Namespace Name Mixin selector official g
Ldos;g:F
intermediary field_2325
Lnet/minecraft/class_395;field_2325:F
named scaleFactor
Lnet/minecraft/client/font/TrueTypeFont;scaleFactor:F
-
ascent
final float ascent- Mappings:
Namespace Name Mixin selector official h
Ldos;h:F
intermediary field_2324
Lnet/minecraft/class_395;field_2324:F
named ascent
Lnet/minecraft/client/font/TrueTypeFont;ascent:F
-
-
Constructor Details
-
TrueTypeFont
public TrueTypeFont(ByteBuffer byteBuffer, STBTTFontinfo info, float float2, float oversample, float float3, float float4, String string) - Mappings:
Namespace Name Mixin selector official <init>
Ldos;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/stb/STBTTFontinfo;FFFFLjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_395;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/stb/STBTTFontinfo;FFFFLjava/lang/String;)V
named <init>
Lnet/minecraft/client/font/TrueTypeFont;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/stb/STBTTFontinfo;FFFFLjava/lang/String;)V
-
-
Method Details
-
getGlyph
- Specified by:
getGlyph
in interfaceFont
- Mappings:
Namespace Name Mixin selector official b
Ldos;b(I)Ldos$a;
intermediary method_2051
Lnet/minecraft/class_395;method_2051(I)Lnet/minecraft/class_395$class_397;
named getGlyph
Lnet/minecraft/client/font/TrueTypeFont;getGlyph(I)Lnet/minecraft/client/font/TrueTypeFont$TtfGlyph;
-
close
public void close() -
getProvidedGlyphs
Returns the set of code points for which this font can provide glyphs.- Specified by:
getProvidedGlyphs
in interfaceFont
- Returns:
- a set of integer code points.
- Mappings:
Namespace Name Mixin selector official a
Ldoq;a()Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary method_27442
Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;
named getProvidedGlyphs
Lnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;
-