问题
I am getting following error when i use CGContextDrawPDFPage(context, _PDFPage)
for some files. Any work around to fix this issue?
FT_Open_Face failed: error 2.
回答1:
Error 2 looks like errno
2 which is "File not found". Please post more code to confirm this.
来源:https://stackoverflow.com/questions/15267702/got-error-ft-open-face-failed-error-2