Class GFPDCIDFont

All Implemented Interfaces:
Object, PDCIDFont, PDFont, PDObject, PDResource

public class GFPDCIDFont extends GFPDFont implements PDCIDFont
Represents CID Font dictionary.
Author:
Sergey Shemyakov
  • Field Details

  • Constructor Details

  • Method Details

    • getLinkedObjects

      public List<? extends Object> getLinkedObjects(String link)
      Specified by:
      getLinkedObjects in interface Object
      Overrides:
      getLinkedObjects in class GFPDFont
      Parameters:
      link - - the name of a link
      Returns:
      List of objects with the given link
    • getCIDToGIDMap

      public String getCIDToGIDMap()
      Description copied from interface: PDCIDFont
      string representation of the CIDtoGIDMap entry ("Identity", or "Custom" in case of stream value)
      Specified by:
      getCIDToGIDMap in interface PDCIDFont
      Returns:
      string representation of the CIDtoGIDMap entry ("Identity", or "Custom" in case of stream value).
    • getcidSetListsAllGlyphs

      public Boolean getcidSetListsAllGlyphs()
      Description copied from interface: PDCIDFont
      true if the CIDSet is present and correctly lists all glyphs present in the embedded font program
      Specified by:
      getcidSetListsAllGlyphs in interface PDCIDFont
      Returns:
      true if the CIDSet is present and correctly lists all glyphs present in the embedded font program.