Class CFFParser.Format0FDSelect

  • Enclosing class:
    CFFParser

    private static class CFFParser.Format0FDSelect
    extends FDSelect
    Format 0 FDSelect.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] fds  
      private int format  
    • 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
      • fds

        private int[] fds
    • Constructor Detail

      • Format0FDSelect

        private Format0FDSelect​(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