Class CFFParser.Format0FDSelect

java.lang.Object
org.apache.fontbox.cff.FDSelect
org.apache.fontbox.cff.CFFParser.Format0FDSelect
Enclosing class:
CFFParser

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

    • format

      private int format
    • fds

      private int[] fds
  • Constructor Details

    • Format0FDSelect

      private Format0FDSelect(CFFCIDFont owner)
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object