Class KerningSubtable.PairData0Format0

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[][] pairs  
      private int searchRange  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PairData0Format0()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(int[] p1, int[] p2)  
      int getKerning​(int l, int r)  
      void read​(TTFDataStream data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Field Detail

      • searchRange

        private int searchRange
      • pairs

        private int[][] pairs
    • Constructor Detail

      • PairData0Format0

        private PairData0Format0()
    • Method Detail

      • compare

        public int compare​(int[] p1,
                           int[] p2)
        Specified by:
        compare in interface java.util.Comparator<int[]>