I am looking at Apple's ZoomingPDFViewer example (source available from link). And when it runs, it gives this error:
ZoomingPDFViewer[5751] <Error>: KSTFBB+Helvetica: FT_Load_Glyph failed: error 133.
It happens on line 100 of ZoomingPDFViewer:
CGContextDrawPDFPage(context, page);
Does anyone have any idea about why this is happening and how to fix it?