Class TrueTypeGlyphProvider

java.lang.Object
net.minecraft.client.gui.fonts.providers.TrueTypeGlyphProvider
All Implemented Interfaces:
Closeable, AutoCloseable, IGlyphProvider

public class TrueTypeGlyphProvider extends Object implements IGlyphProvider
  • Field Details

    • fontMemory

      private final ByteBuffer 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