类 JImGuiFontConfigGen

java.lang.Object
org.ice1000.jimgui.JImGuiFontConfigGen
直接已知子类:
JImFontConfig

public class JImGuiFontConfigGen extends Object
从以下版本开始:
v0.4
  • 字段详细资料

    • nativeObjectPtr

      protected long nativeObjectPtr
  • 方法详细资料

    • setGlyphExtraSpacingX

      public void setGlyphExtraSpacingX(float newValue)
    • getGlyphExtraSpacingX

      public float getGlyphExtraSpacingX()
    • setGlyphExtraSpacingY

      public void setGlyphExtraSpacingY(float newValue)
    • getGlyphExtraSpacingY

      public float getGlyphExtraSpacingY()
    • setGlyphOffsetX

      public void setGlyphOffsetX(float newValue)
    • getGlyphOffsetX

      public float getGlyphOffsetX()
    • setGlyphOffsetY

      public void setGlyphOffsetY(float newValue)
    • getGlyphOffsetY

      public float getGlyphOffsetY()
    • getFontDataSize

      public int getFontDataSize()
    • getFontDataSize

      protected static int getFontDataSize(long nativeObjectPtr)
    • setFontDataSize

      public void setFontDataSize(int newValue)
    • setFontDataSize

      protected static void setFontDataSize(long nativeObjectPtr, int newValue)
    • getFontNo

      public int getFontNo()
    • getFontNo

      protected static int getFontNo(long nativeObjectPtr)
    • setFontNo

      public void setFontNo(int newValue)
    • setFontNo

      protected static void setFontNo(long nativeObjectPtr, int newValue)
    • getOversampleH

      public int getOversampleH()
    • getOversampleH

      protected static int getOversampleH(long nativeObjectPtr)
    • setOversampleH

      public void setOversampleH(int newValue)
    • setOversampleH

      protected static void setOversampleH(long nativeObjectPtr, int newValue)
    • getOversampleV

      public int getOversampleV()
    • getOversampleV

      protected static int getOversampleV(long nativeObjectPtr)
    • setOversampleV

      public void setOversampleV(int newValue)
    • setOversampleV

      protected static void setOversampleV(long nativeObjectPtr, int newValue)
    • getFontBuilderFlags

      public int getFontBuilderFlags()
    • getFontBuilderFlags

      protected static int getFontBuilderFlags(long nativeObjectPtr)
    • setFontBuilderFlags

      public void setFontBuilderFlags(int newValue)
    • setFontBuilderFlags

      protected static void setFontBuilderFlags(long nativeObjectPtr, int newValue)
    • getSizePixels

      public float getSizePixels()
    • getSizePixels

      protected static float getSizePixels(long nativeObjectPtr)
    • setSizePixels

      public void setSizePixels(float newValue)
    • setSizePixels

      protected static void setSizePixels(long nativeObjectPtr, float newValue)
    • getRasterizerMultiply

      public float getRasterizerMultiply()
    • getRasterizerMultiply

      protected static float getRasterizerMultiply(long nativeObjectPtr)
    • setRasterizerMultiply

      public void setRasterizerMultiply(float newValue)
    • setRasterizerMultiply

      protected static void setRasterizerMultiply(long nativeObjectPtr, float newValue)
    • getGlyphMinAdvanceX

      public float getGlyphMinAdvanceX()
    • getGlyphMinAdvanceX

      protected static float getGlyphMinAdvanceX(long nativeObjectPtr)
    • setGlyphMinAdvanceX

      public void setGlyphMinAdvanceX(float newValue)
    • setGlyphMinAdvanceX

      protected static void setGlyphMinAdvanceX(long nativeObjectPtr, float newValue)
    • getGlyphMaxAdvanceX

      public float getGlyphMaxAdvanceX()
    • getGlyphMaxAdvanceX

      protected static float getGlyphMaxAdvanceX(long nativeObjectPtr)
    • setGlyphMaxAdvanceX

      public void setGlyphMaxAdvanceX(float newValue)
    • setGlyphMaxAdvanceX

      protected static void setGlyphMaxAdvanceX(long nativeObjectPtr, float newValue)
    • isFontDataOwnedByAtlas

      public boolean isFontDataOwnedByAtlas()
    • isFontDataOwnedByAtlas

      public static boolean isFontDataOwnedByAtlas(long nativeObjectPtr)
    • setFontDataOwnedByAtlas

      public void setFontDataOwnedByAtlas(boolean newValue)
    • setFontDataOwnedByAtlas

      public static void setFontDataOwnedByAtlas(long nativeObjectPtr, boolean newValue)
    • isPixelSnapH

      public boolean isPixelSnapH()
    • isPixelSnapH

      public static boolean isPixelSnapH(long nativeObjectPtr)
    • setPixelSnapH

      public void setPixelSnapH(boolean newValue)
    • setPixelSnapH

      public static void setPixelSnapH(long nativeObjectPtr, boolean newValue)
    • isMergeMode

      public boolean isMergeMode()
    • isMergeMode

      public static boolean isMergeMode(long nativeObjectPtr)
    • setMergeMode

      public void setMergeMode(boolean newValue)
    • setMergeMode

      public static void setMergeMode(long nativeObjectPtr, boolean newValue)