|
@@ -264,7 +264,7 @@
|
|
|
UIImage *img = UIGraphicsGetImageFromCurrentImageContext();
|
|
|
UIGraphicsEndImageContext();
|
|
|
|
|
|
- return [UIImage imageWithCGImage:img.CGImage scale:3.0 orientation: UIImageOrientationDownMirrored];
|
|
|
+ return [UIImage imageWithCGImage:img.CGImage scale:2.0 orientation: UIImageOrientationDownMirrored];
|
|
|
}
|
|
|
|
|
|
+ (UIImage*)drawText:(NSString*)text inImage:(UIImage*)image colorText:(UIColor *)colorText sizeOfFont:(CGFloat)sizeOfFont
|