Class CFFParser.Format3FDSelect

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

private static final class CFFParser.Format3FDSelect extends Object implements FDSelect
Format 3 FDSelect data.
  • Field Details

    • range3

      private final CFFParser.Range3[] range3
    • sentinel

      private final int sentinel
  • Constructor Details

    • Format3FDSelect

      private Format3FDSelect(CFFParser.Range3[] range3, int sentinel)
  • 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