在我使用 iOS 7.1 构建项目之前,我的代码运行良好。之前,文本正确显示在 PDF 页面上。
[strSomeText drawInRect:rectForText withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, mutParagraphStyle, NSParagraphStyleAttributeName, colorRed, NSForegroundColorAttributeName, nil]];
但是现在,格式化字典中的所有内容都被忽略了。PDF 文档显示默认字体和大小的黑色文本。
感谢您的回复。