Class TrueTypeGlyphProvider

java.lang.Object
com.mojang.blaze3d.font.TrueTypeGlyphProvider
All Implemented Interfaces:
GlyphProvider, AutoCloseable

public class TrueTypeGlyphProvider extends Object implements GlyphProvider
  • Field Details

    • fontMemory

      @Nullable private ByteBuffer fontMemory
    • face

      @Nullable private org.lwjgl.util.freetype.FT_Face face
    • oversample

      final float oversample
    • skip

      private final it.unimi.dsi.fastutil.ints.IntSet skip
  • Constructor Details

    • TrueTypeGlyphProvider

      public TrueTypeGlyphProvider(ByteBuffer pFontMemory, org.lwjgl.util.freetype.FT_Face pFace, float pSize, float pOversample, float pShiftX, float pShiftY, String pSkip)
  • Method Details