Class AnkrTable


  • public final class AnkrTable
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        AnkrTable()  
        AnkrTable​(char version, char flags, int lookupTableOffset, int anchorPointTableOffset)  
      protected AnkrTable​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int anchorPointTableOffset()
      Byte offset to start of anchor point table
      char flags()
      never leave home without them (see 'Zapf')
      int lookupTableOffset()
      Byte offset to lookup table mapping glyphs to offset into anchor point table
      void setAnchorPointTableOffset​(int value)
      Byte offset to start of anchor point table
      void setFlags​(char value)
      never leave home without them (see 'Zapf')
      void setLookupTableOffset​(int value)
      Byte offset to lookup table mapping glyphs to offset into anchor point table
      void setVersion​(char value)
      0
      char version()
      0
      • 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

      • AnkrTable

        public AnkrTable()
      • AnkrTable

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

        public AnkrTable​(char version,
                         char flags,
                         int lookupTableOffset,
                         int anchorPointTableOffset)
    • Method Detail

      • version

        public char version()
        0
      • setVersion

        public void setVersion​(char value)
        0
      • flags

        public char flags()
        never leave home without them (see 'Zapf')
      • setFlags

        public void setFlags​(char value)
        never leave home without them (see 'Zapf')
      • lookupTableOffset

        public int lookupTableOffset()
        Byte offset to lookup table mapping glyphs to offset into anchor point table
      • setLookupTableOffset

        public void setLookupTableOffset​(int value)
        Byte offset to lookup table mapping glyphs to offset into anchor point table
      • anchorPointTableOffset

        public int anchorPointTableOffset()
        Byte offset to start of anchor point table
      • setAnchorPointTableOffset

        public void setAnchorPointTableOffset​(int value)
        Byte offset to start of anchor point table