Class KerningPair


  • public class KerningPair
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected KerningPair​(java.io.RandomAccessFile raf)
      Creates new KerningPair
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLeft()  
      int getRight()  
      short getValue()  
      • Methods inherited from class java.lang.Object

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

      • KerningPair

        protected KerningPair​(java.io.RandomAccessFile raf)
                       throws java.io.IOException
        Creates new KerningPair
        Throws:
        java.io.IOException
    • Method Detail

      • getLeft

        public int getLeft()
      • getRight

        public int getRight()
      • getValue

        public short getValue()