Class KernOffsetTable


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

      Constructors 
      Modifier Constructor Description
        KernOffsetTable()  
        KernOffsetTable​(char firstGlyph, char nGlyphs, char offsetTable)  
      protected KernOffsetTable​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char firstGlyph()
      first glyph in class range
      char nGlyphs()
      number of glyphs in class range
      char offsetTable()
      offset table starts here
      void setFirstGlyph​(char value)
      first glyph in class range
      void setNGlyphs​(char value)
      number of glyphs in class range
      void setOffsetTable​(char value)
      offset table starts here
      • 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

      • KernOffsetTable

        public KernOffsetTable()
      • KernOffsetTable

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

        public KernOffsetTable​(char firstGlyph,
                               char nGlyphs,
                               char offsetTable)
    • Method Detail

      • firstGlyph

        public char firstGlyph()
        first glyph in class range
      • setFirstGlyph

        public void setFirstGlyph​(char value)
        first glyph in class range
      • nGlyphs

        public char nGlyphs()
        number of glyphs in class range
      • setNGlyphs

        public void setNGlyphs​(char value)
        number of glyphs in class range
      • offsetTable

        public char offsetTable()
        offset table starts here
      • setOffsetTable

        public void setOffsetTable​(char value)
        offset table starts here