Class CFFParser.Format3FDSelect

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

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

    • format

      private int format
    • nbRanges

      private int nbRanges
    • range3

      private CFFParser.Range3[] range3
    • sentinel

      private int sentinel
  • Constructor Details

    • Format3FDSelect

      private Format3FDSelect(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