Class PDCIDSystemInfo

java.lang.Object
org.verapdf.pd.PDObject
org.verapdf.pd.font.PDCIDSystemInfo

public class PDCIDSystemInfo extends PDObject
Represents CIDSystemInfo dictionary in CID fonts.
Author:
Sergey Shemyakov
  • Constructor Details

    • PDCIDSystemInfo

      public PDCIDSystemInfo(COSObject obj)
  • Method Details

    • getRegistry

      public String getRegistry()
      Returns:
      a string identifying the issuer of the character collection.
    • getOrdering

      public String getOrdering()
      Returns:
      a string that uniquely names the character collection within the specified registry.
    • getSupplement

      public Long getSupplement()
      Returns:
      the supplement number of the character collection.