类 TrueTypeGlyphProvider

java.lang.Object
com.mojang.blaze3d.font.TrueTypeGlyphProvider
所有已实现的接口:
GlyphProvider, AutoCloseable

public class TrueTypeGlyphProvider extends Object implements GlyphProvider
  • 字段详细资料

    • fontMemory

      @Nullable private ByteBuffer fontMemory
    • font

      @Nullable private org.lwjgl.stb.STBTTFontinfo font
    • oversample

      final float oversample
    • skip

      private final it.unimi.dsi.fastutil.ints.IntSet skip
    • shiftX

      final float shiftX
    • shiftY

      final float shiftY
    • pointScale

      final float pointScale
    • ascent

      final float ascent
  • 构造器详细资料

    • TrueTypeGlyphProvider

      public TrueTypeGlyphProvider(ByteBuffer pFontMemory, org.lwjgl.stb.STBTTFontinfo pFont, float pHeight, float pOversample, float pShiftX, float pShiftY, String pSkip)
  • 方法详细资料