在上下文中渲染时​​,UITextView模糊图层

时间:2013-08-06 15:26:27

标签: ios objective-c

在CGContext中渲染我的UITextView时遇到问题,它变得模糊。

UIGraphicsBeginImageContextWithOptions(CGSizeMake(700, 700), NO, 0.0);
CGContextScaleCTM(UIGraphicsGetCurrentContext(), 2, 2);
[myTextView.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *text_image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();

使用上面的代码时得到这个结果: result

0 个答案:

没有答案