类 JImFontConfig
java.lang.Object
org.ice1000.jimgui.JImGuiFontConfigGen
org.ice1000.jimgui.JImFontConfig
- 所有已实现的接口:
AutoCloseable,DeallocatableObject
- 从以下版本开始:
- v0.4
-
字段概要
从类继承的字段 org.ice1000.jimgui.JImGuiFontConfigGen
nativeObjectPtr -
构造器概要
构造器 -
方法概要
从类继承的方法 org.ice1000.jimgui.JImGuiFontConfigGen
getFontBuilderFlags, getFontBuilderFlags, getFontDataSize, getFontDataSize, getFontNo, getFontNo, getGlyphExtraSpacingX, getGlyphExtraSpacingY, getGlyphMaxAdvanceX, getGlyphMaxAdvanceX, getGlyphMinAdvanceX, getGlyphMinAdvanceX, getGlyphOffsetX, getGlyphOffsetY, getOversampleH, getOversampleH, getOversampleV, getOversampleV, getRasterizerMultiply, getRasterizerMultiply, getSizePixels, getSizePixels, isFontDataOwnedByAtlas, isFontDataOwnedByAtlas, isMergeMode, isMergeMode, isPixelSnapH, isPixelSnapH, setFontBuilderFlags, setFontBuilderFlags, setFontDataOwnedByAtlas, setFontDataOwnedByAtlas, setFontDataSize, setFontDataSize, setFontNo, setFontNo, setGlyphExtraSpacingX, setGlyphExtraSpacingY, setGlyphMaxAdvanceX, setGlyphMaxAdvanceX, setGlyphMinAdvanceX, setGlyphMinAdvanceX, setGlyphOffsetX, setGlyphOffsetY, setMergeMode, setMergeMode, setOversampleH, setOversampleH, setOversampleV, setOversampleV, setPixelSnapH, setPixelSnapH, setRasterizerMultiply, setRasterizerMultiply, setSizePixels, setSizePixels从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.ice1000.jimgui.cpp.DeallocatableObject
close
-
构造器详细资料
-
JImFontConfig
@Contract public JImFontConfig()- 另请参阅:
JImFont.getConfigData()- API Note:
- Should call
deallocateNativeObject().
-
-
方法详细资料
-
deallocateNativeObject
public void deallocateNativeObject()- 指定者:
deallocateNativeObject在接口中DeallocatableObject
-