Package net.minecraft.client.font
Class TrueTypeFont
java.lang.Object
net.minecraft.client.font.TrueTypeFont
- All Implemented Interfaces:
AutoCloseable
,Font
- Mappings:
Namespace Name named net/minecraft/client/font/TrueTypeFont
intermediary net/minecraft/class_395
official eyg
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.font.Font
Font.FontFilterPair
-
Field Summary
Modifier and TypeFieldDescriptionprivate @Nullable ByteBuffer
private final IntSet
(package private) final float
Fields inherited from interface net.minecraft.client.font.Font
field_48382
-
Constructor Summary
ConstructorDescriptionTrueTypeFont
(ByteBuffer buffer, FT_Face face, float size, float oversample, float shiftX, float shiftY, String excludedCharacters) -
Method Summary
-
Field Details
-
buffer
- Mappings:
Namespace Name Mixin selector named buffer
Lnet/minecraft/client/font/TrueTypeFont;buffer:Ljava/nio/ByteBuffer;
intermediary field_21839
Lnet/minecraft/class_395;field_21839:Ljava/nio/ByteBuffer;
official b
Leyg;b:Ljava/nio/ByteBuffer;
-
face
- Mappings:
Namespace Name Mixin selector named face
Lnet/minecraft/client/font/TrueTypeFont;face:Lorg/lwjgl/util/freetype/FT_Face;
intermediary field_48383
Lnet/minecraft/class_395;field_48383:Lorg/lwjgl/util/freetype/FT_Face;
official c
Leyg;c:Lorg/lwjgl/util/freetype/FT_Face;
-
oversample
final float oversample- Mappings:
Namespace Name Mixin selector named oversample
Lnet/minecraft/client/font/TrueTypeFont;oversample:F
intermediary field_2321
Lnet/minecraft/class_395;field_2321:F
official d
Leyg;d:F
-
excludedCharacters
- Mappings:
Namespace Name Mixin selector named excludedCharacters
Lnet/minecraft/client/font/TrueTypeFont;excludedCharacters:Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary field_2319
Lnet/minecraft/class_395;field_2319:Lit/unimi/dsi/fastutil/ints/IntSet;
official e
Leyg;e:Lit/unimi/dsi/fastutil/ints/IntSet;
-
-
Constructor Details
-
TrueTypeFont
public TrueTypeFont(ByteBuffer buffer, FT_Face face, float size, float oversample, float shiftX, float shiftY, String excludedCharacters) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/font/TrueTypeFont;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/util/freetype/FT_Face;FFFFLjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_395;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/util/freetype/FT_Face;FFFFLjava/lang/String;)V
official <init>
Leyg;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/util/freetype/FT_Face;FFFFLjava/lang/String;)V
-
-
Method Details
-
getGlyph
-
getInfo
FT_Face getInfo()- Mappings:
Namespace Name Mixin selector named getInfo
Lnet/minecraft/client/font/TrueTypeFont;getInfo()Lorg/lwjgl/util/freetype/FT_Face;
intermediary method_51884
Lnet/minecraft/class_395;method_51884()Lorg/lwjgl/util/freetype/FT_Face;
official b
Leyg;b()Lorg/lwjgl/util/freetype/FT_Face;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceFont
-
getProvidedGlyphs
Returns the set of code points for which this font can provide glyphs.- Specified by:
getProvidedGlyphs
in interfaceFont
- Returns:
- the set of code points for which this font can provide glyphs
- Mappings:
Namespace Name Mixin selector named getProvidedGlyphs
Lnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary method_27442
Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;
official a
Leyd;a()Lit/unimi/dsi/fastutil/ints/IntSet;
-