Class sfntFontDescriptor


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int name()  
      void setName​(int value)  
      void setValue​(int value)  
      int value()  
      • 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

      • sfntFontDescriptor

        public sfntFontDescriptor()
      • sfntFontDescriptor

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

        public sfntFontDescriptor​(int name,
                                  int value)
    • Method Detail

      • name

        public int name()
      • setName

        public void setName​(int value)
      • value

        public int value()
      • setValue

        public void setValue​(int value)