Class CmapFormat4


  • public class CmapFormat4
    extends CmapFormat
    Version:
    $Id: CmapFormat4.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Detail

      • language

        public int language
      • segCountX2

        private int segCountX2
      • searchRange

        private int searchRange
      • entrySelector

        private int entrySelector
      • rangeShift

        private int rangeShift
      • endCode

        private int[] endCode
      • startCode

        private int[] startCode
      • idDelta

        private int[] idDelta
      • idRangeOffset

        private int[] idRangeOffset
      • glyphIdArray

        private int[] glyphIdArray
      • segCount

        private int segCount
      • first

        private int first
      • last

        private int last
    • Constructor Detail

      • CmapFormat4

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

      • intToStr

        private static java.lang.String intToStr​(int[] array)
        local helper method to convert an int-array to String. Intended for debugging, format may change.
        Parameters:
        array - of int to convert
        Returns:
        a String in the form "[val,val,val ... ]"