Interface PDSimpleFont

    • Method Detail

      • getisStandard

        Boolean getisStandard()
        true if the font is one of the 14 standard fonts defined in PDF 1.4 Reference
      • getFirstChar

        Long getFirstChar()
        FirstChar entry; null if LastChar entry is not present or has invalid type
      • getLastChar

        Long getLastChar()
        LastChar entry; null if LastChar entry is not present or has invalid type
      • getWidths_size

        Long getWidths_size()
        The size of the Widths array; null if the Widths array is not present or has invalid type
      • getEncoding

        String getEncoding()
        - if /Encoding entry is a dictionary, which does not contain /Differences array, then the value of /BaseEncoding entry in this dictionary (or null, if /BaseEncoding is also not present)
      • getcontainsDifferences

        Boolean getcontainsDifferences()
        true if an Encoding dictionary contains a Differences entry