Class TrueTypeFont

java.lang.Object
net.minecraft.client.font.TrueTypeFont
All Implemented Interfaces:
AutoCloseable, Font

@Environment(CLIENT) public class TrueTypeFont extends Object implements Font
Mappings:
Namespace Name
official eck
intermediary net/minecraft/class_395
named net/minecraft/client/font/TrueTypeFont
  • Field Details

    • buffer

      private final ByteBuffer buffer
      Mappings:
      Namespace Name Mixin selector
      official a Leck;a:Ljava/nio/ByteBuffer;
      intermediary field_21839 Lnet/minecraft/class_395;field_21839:Ljava/nio/ByteBuffer;
      named buffer Lnet/minecraft/client/font/TrueTypeFont;buffer:Ljava/nio/ByteBuffer;
    • info

      final STBTTFontinfo info
      Mappings:
      Namespace Name Mixin selector
      official b Leck;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 Leck;c:F
      intermediary field_2321 Lnet/minecraft/class_395;field_2321:F
      named oversample Lnet/minecraft/client/font/TrueTypeFont;oversample:F
    • excludedCharacters

      private final IntSet excludedCharacters
      Mappings:
      Namespace Name Mixin selector
      official d Leck;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 Leck;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 Leck;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 Leck;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 Leck;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 buffer, STBTTFontinfo info, float size, float oversample, float shiftX, float shiftY, String excludedCharacters)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leck;<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

      @Nullable public @Nullable Glyph getGlyph(int codePoint)
      Specified by:
      getGlyph in interface Font
      Mappings:
      Namespace Name Mixin selector
      official a Lech;a(I)Lecg;
      intermediary method_2040 Lnet/minecraft/class_390;method_2040(I)Lnet/minecraft/class_379;
      named getGlyph Lnet/minecraft/client/font/Font;getGlyph(I)Lnet/minecraft/client/font/Glyph;
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Font
    • getProvidedGlyphs

      public IntSet getProvidedGlyphs()
      Returns the set of code points for which this font can provide glyphs.
      Specified by:
      getProvidedGlyphs in interface Font
      Returns:
      the set of code points for which this font can provide glyphs
      Mappings:
      Namespace Name Mixin selector
      official a Lech;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;