Class PDFontFactory


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

      • getPDFont

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