Class GFCMapFile

All Implemented Interfaces:
Object, CMapFile, External

public class GFCMapFile extends GFExternal implements CMapFile
This class represents embedded CMap file.
Author:
Sergey Shemyakov
  • Field Details

  • Constructor Details

    • GFCMapFile

      public GFCMapFile(COSStream stream)
      Constructor from COSStream containing CMap.
      Parameters:
      stream - is CMap stream.
  • Method Details

    • getWMode

      public Long getWMode()
      Description copied from interface: CMapFile
      the value of the WMode entry in the embedded CMap file
      Specified by:
      getWMode in interface CMapFile
      Returns:
      the value of the WMode entry in the embedded CMap file.
    • getdictWMode

      public Long getdictWMode()
      Description copied from interface: CMapFile
      the value of the WMode entry in the parent CMap dictionary
      Specified by:
      getdictWMode in interface CMapFile
      Returns:
      the value of the WMode entry in the parent CMap dictionary.
    • getmaximalCID

      public Long getmaximalCID()
      Description copied from interface: CMapFile
      maximal CID of code contained in this CMap file
      Specified by:
      getmaximalCID in interface CMapFile