Class PDFontFactory

java.lang.Object
org.verapdf.factory.fonts.PDFontFactory

public class PDFontFactory extends Object
Creates PDFont from COSObject that is font dictionary.
Author:
Sergey Shemyakov
  • Method Details

    • getPDFont

      public static PDFont getPDFont(COSObject fontDictionary)
      Parameters:
      fontDictionary - is COSObject that contains font dictionary.
      Returns:
      PDFont that corresponds to this dictionary.