Class KernSimpleArrayHeader


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char firstTable()
      first offset table starts here...
      char leftOffsetTable()
      offset to left-hand offset table
      char rightOffsetTable()
      offset to right-hand offset table
      char rowWidth()
      width, in bytes, of a row in the table
      void setFirstTable​(char value)
      first offset table starts here...
      void setLeftOffsetTable​(char value)
      offset to left-hand offset table
      void setRightOffsetTable​(char value)
      offset to right-hand offset table
      void setRowWidth​(char value)
      width, in bytes, of a row in the table
      void setTheArray​(char value)
      offset to start of kerning array
      char theArray()
      offset to start of kerning array
      • 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

      • KernSimpleArrayHeader

        public KernSimpleArrayHeader()
      • KernSimpleArrayHeader

        protected KernSimpleArrayHeader​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • rowWidth

        public char rowWidth()
        width, in bytes, of a row in the table
      • setRowWidth

        public void setRowWidth​(char value)
        width, in bytes, of a row in the table
      • leftOffsetTable

        public char leftOffsetTable()
        offset to left-hand offset table
      • setLeftOffsetTable

        public void setLeftOffsetTable​(char value)
        offset to left-hand offset table
      • rightOffsetTable

        public char rightOffsetTable()
        offset to right-hand offset table
      • setRightOffsetTable

        public void setRightOffsetTable​(char value)
        offset to right-hand offset table
      • theArray

        public char theArray()
        offset to start of kerning array
      • setTheArray

        public void setTheArray​(char value)
        offset to start of kerning array
      • firstTable

        public char firstTable()
        first offset table starts here...
      • setFirstTable

        public void setFirstTable​(char value)
        first offset table starts here...