Class CFFParser.Format0FDSelect

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

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

    • fds

      private final int[] fds
  • Constructor Details

    • Format0FDSelect

      private Format0FDSelect(int[] fds)
  • Method Details

    • getFDIndex

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

      public String toString()
      Overrides:
      toString in class Object