Class GFPDType1Font

All Implemented Interfaces:
Object, PDFont, PDObject, PDResource, PDSimpleFont, PDType1Font

public class GFPDType1Font extends GFPDSimpleFont implements PDType1Font
Represents Type1 font dictionary.
Author:
Sergey Shemyakov
  • Field Details

  • Constructor Details

  • Method Details

    • getCharSet

      public String getCharSet()
      Description copied from interface: PDType1Font
      the value of the CharSet entry in the font descriptor dictionary
      Specified by:
      getCharSet in interface PDType1Font
      Returns:
      the value of the CharSet entry in the font descriptor dictionary.
    • getcharSetListsAllGlyphs

      public Boolean getcharSetListsAllGlyphs()
      Description copied from interface: PDType1Font
      true if the CharSet is present and correctly lists all glyphs present in the embedded font program
      Specified by:
      getcharSetListsAllGlyphs in interface PDType1Font
      Returns:
      true if the CharSet is present and correctly lists all glyphs present in the embedded font program.
    • getisStandard

      public Boolean getisStandard()
      true if the font is one of the 14 standard fonts defined in PDF 1.4 Reference
      Specified by:
      getisStandard in interface PDSimpleFont
      Specified by:
      getisStandard in class GFPDSimpleFont
      Returns:
      true if the font is one of the 14 standard fonts defined in PDF 1.4 Reference.