类 TrueTypeGlyphProvider
java.lang.Object
com.mojang.blaze3d.font.TrueTypeGlyphProvider
- 所有已实现的接口:
GlyphProvider
,AutoCloseable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明(专用程序包) final float
private org.lwjgl.stb.STBTTFontinfo
private ByteBuffer
(专用程序包) final float
(专用程序包) final float
(专用程序包) final float
(专用程序包) final float
private final it.unimi.dsi.fastutil.ints.IntSet
-
构造器概要
构造器构造器说明TrueTypeGlyphProvider
(ByteBuffer pFontMemory, org.lwjgl.stb.STBTTFontinfo pFont, float pHeight, float pOversample, float pShiftX, float pShiftY, String pSkip) -
方法概要
-
字段详细资料
-
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)
-
-
方法详细资料
-
getGlyph
- 指定者:
getGlyph
在接口中GlyphProvider
-
validateFontOpen
org.lwjgl.stb.STBTTFontinfo validateFontOpen() -
close
public void close()- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中GlyphProvider
-
getSupportedGlyphs
public it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()- 指定者:
getSupportedGlyphs
在接口中GlyphProvider
-