Class sfntFontFeatureSetting


  • public final class sfntFontFeatureSetting
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short nameID()  
      void setNameID​(short value)  
      void setSetting​(char value)  
      char setting()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • sfntFontFeatureSetting

        public sfntFontFeatureSetting()
      • sfntFontFeatureSetting

        protected sfntFontFeatureSetting​(org.moe.natj.general.Pointer peer)
      • sfntFontFeatureSetting

        public sfntFontFeatureSetting​(char setting,
                                      short nameID)
    • Method Detail

      • setting

        public char setting()
      • setSetting

        public void setSetting​(char value)
      • nameID

        public short nameID()
      • setNameID

        public void setNameID​(short value)