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/TrueTypeFontintermediary net/minecraft/class_395official fiv
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate classNested classes/interfaces inherited from interface net.minecraft.client.font.Font
Font.FontFilterPair -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @Nullable ByteBufferprivate final GlyphContainer<TrueTypeFont.LazyGlyph> (package private) final floatFields inherited from interface net.minecraft.client.font.Font
field_48382 -
Constructor Summary
ConstructorsConstructorDescriptionTrueTypeFont(ByteBuffer buffer, FT_Face face, float size, float oversample, float shiftX, float shiftY, String excludedCharacters) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getGlyph(int codePoint) (package private) FT_FacegetInfo()private GlyphgetOrLoadGlyph(int codePoint, TrueTypeFont.LazyGlyph glyph) Returns the set of code points for which this font can provide glyphs.private Glyph
-
Field Details
-
buffer
- Mappings:
Namespace Name Mixin selector named bufferLnet/minecraft/client/font/TrueTypeFont;buffer:Ljava/nio/ByteBuffer;intermediary field_21839Lnet/minecraft/class_395;field_21839:Ljava/nio/ByteBuffer;official bLfiv;b:Ljava/nio/ByteBuffer;
-
face
- Mappings:
Namespace Name Mixin selector named faceLnet/minecraft/client/font/TrueTypeFont;face:Lorg/lwjgl/util/freetype/FT_Face;intermediary field_48383Lnet/minecraft/class_395;field_48383:Lorg/lwjgl/util/freetype/FT_Face;official cLfiv;c:Lorg/lwjgl/util/freetype/FT_Face;
-
oversample
final float oversample- Mappings:
Namespace Name Mixin selector named oversampleLnet/minecraft/client/font/TrueTypeFont;oversample:Fintermediary field_2321Lnet/minecraft/class_395;field_2321:Fofficial dLfiv;d:F
-
container
- Mappings:
Namespace Name Mixin selector named containerLnet/minecraft/client/font/TrueTypeFont;container:Lnet/minecraft/client/font/GlyphContainer;intermediary field_52695Lnet/minecraft/class_395;field_52695:Lnet/minecraft/class_8532;official eLfiv;e:Lfwn;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_395;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/util/freetype/FT_Face;FFFFLjava/lang/String;)Vofficial <init>Lfiv;<init>(Ljava/nio/ByteBuffer;Lorg/lwjgl/util/freetype/FT_Face;FFFFLjava/lang/String;)V
-
-
Method Details
-
getGlyph
-
getOrLoadGlyph
- Mappings:
Namespace Name Mixin selector named getOrLoadGlyphLnet/minecraft/client/font/TrueTypeFont;getOrLoadGlyph(ILnet/minecraft/client/font/TrueTypeFont$LazyGlyph;)Lnet/minecraft/client/font/Glyph;intermediary method_61901Lnet/minecraft/class_395;method_61901(ILnet/minecraft/class_395$class_9908;)Lnet/minecraft/class_379;official aLfiv;a(ILfiv$b;)Lfir;
-
loadGlyph
- Mappings:
Namespace Name Mixin selector named loadGlyphLnet/minecraft/client/font/TrueTypeFont;loadGlyph(ILorg/lwjgl/util/freetype/FT_Face;I)Lnet/minecraft/client/font/Glyph;intermediary method_61902Lnet/minecraft/class_395;method_61902(ILorg/lwjgl/util/freetype/FT_Face;I)Lnet/minecraft/class_379;official aLfiv;a(ILorg/lwjgl/util/freetype/FT_Face;I)Lfir;
-
getInfo
FT_Face getInfo()- Mappings:
Namespace Name Mixin selector named getInfoLnet/minecraft/client/font/TrueTypeFont;getInfo()Lorg/lwjgl/util/freetype/FT_Face;intermediary method_51884Lnet/minecraft/class_395;method_51884()Lorg/lwjgl/util/freetype/FT_Face;official bLfiv;b()Lorg/lwjgl/util/freetype/FT_Face;
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceFont
-
getProvidedGlyphs
Returns the set of code points for which this font can provide glyphs.- Specified by:
getProvidedGlyphsin interfaceFont- Returns:
- the set of code points for which this font can provide glyphs
- Mappings:
Namespace Name Mixin selector named getProvidedGlyphsLnet/minecraft/client/font/Font;getProvidedGlyphs()Lit/unimi/dsi/fastutil/ints/IntSet;intermediary method_27442Lnet/minecraft/class_390;method_27442()Lit/unimi/dsi/fastutil/ints/IntSet;official aLfis;a()Lit/unimi/dsi/fastutil/ints/IntSet;
-