Class PostTable.PostMapFormat2

    • Constructor Summary

      Constructors 
      Constructor Description
      PostMapFormat2()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) short getCharIndex​(java.lang.String charName)
      Map a character name to an index
      (package private) java.lang.String getCharName​(char charIndex)
      Map an index to a character name
      (package private) java.nio.ByteBuffer getData()
      get the data in this map as a byte array
      (package private) int getLength()
      get the length of this class's data
      (package private) void setData​(java.nio.ByteBuffer data)
      set the contents of this map from a ByteBuffer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • glyphNameIndex

        short[] glyphNameIndex
        the glyph name index
      • glyphNames

        java.lang.String[] glyphNames
        the glyph names
    • Constructor Detail

      • PostMapFormat2

        PostMapFormat2()