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

    • 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).
    • getcontainsCIDSet

      public Boolean getcontainsCIDSet()
      Description copied from interface: PDCIDFont
      true if the CIDSet entry is present in the CID font descriptor dictionary
      Specified by:
      getcontainsCIDSet in interface PDCIDFont
    • 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.