Hi all, I have attached a patch as per the subject to this e-mail.
Please review it and if accepted, please apply it (separately) to the public repository, otherwise please tell me why not. Best regards, mabri
Index: src/doc/PdfFontFactory.h =================================================================== --- src/doc/PdfFontFactory.h (revision 1687) +++ src/doc/PdfFontFactory.h (working copy) @@ -82,6 +82,16 @@ */ static PdfFont* CreateFont( FT_Library* pLibrary, PdfObject* pObject ); + /** + * Creates a new base-14 font object (of class PdfFontType1Base14) if + * the font name (has to include variant) is one of the base 14 fonts. + * The font name is to be given as specified (with an ASCII hyphen). + * + * \param pszFontName ASCII C string (zero-terminated) of the font name + * \param eFlags one flag for font variant (Bold, Italic or BoldItalic) + * \param pEncoding an encoding compatible with the font + * \param pParent a vector of PDF objects to be the font object's owner + */ static PdfFont* CreateBase14Font( const char* pszFontName, EPdfFontFlags eFlags, const PdfEncoding * const pEncoding,
------------------------------------------------------------------------------
_______________________________________________ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users