类 TrueTypeGlyphProvider.Glyph
java.lang.Object
com.mojang.blaze3d.font.TrueTypeGlyphProvider.Glyph
- 所有已实现的接口:
GlyphInfo
-
嵌套类概要
从接口继承的嵌套类/接口 com.mojang.blaze3d.font.GlyphInfo
GlyphInfo.SpaceGlyphInfo
-
字段概要
字段 -
构造器概要
构造器构造器说明Glyph
(float p_83886_, float p_83887_, int p_83882_, int p_83883_, float p_331469_, int p_83884_) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.mojang.blaze3d.font.GlyphInfo
getAdvance, getBoldOffset, getShadowOffset
-
字段详细资料
-
width
final int width -
height
final int height -
bearingX
final float bearingX -
bearingY
final float bearingY -
advance
private final float advance -
index
final int index
-
-
构造器详细资料
-
Glyph
Glyph(float p_83886_, float p_83887_, int p_83882_, int p_83883_, float p_331469_, int p_83884_)
-
-
方法详细资料
-
getAdvance
public float getAdvance()- 指定者:
getAdvance
在接口中GlyphInfo
-
bake
-