Class CFFParser.Format3FDSelect

  • Enclosing class:
    CFFParser

    private static final class CFFParser.Format3FDSelect
    extends FDSelect
    Format 3 FDSelect data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFDIndex​(int gid)
      Returns the Font DICT index for the given GID.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • format

        private int format
      • nbRanges

        private int nbRanges
      • sentinel

        private int sentinel
    • Constructor Detail

      • Format3FDSelect

        private Format3FDSelect​(CFFCIDFont owner)
    • Method Detail

      • getFDIndex

        public int getFDIndex​(int gid)
        Description copied from class: FDSelect
        Returns the Font DICT index for the given GID.
        Specified by:
        getFDIndex in class FDSelect
        Parameters:
        gid - GID
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object