2010-07-18 2 views

Répondre

1

Je voudrais essayer certains de ces paramètres.

Notez le paramètre inférieur de AllowAntialiasing.

CGContextBeginPath(context); 
CGContextSetInterpolationQuality(context, kCGInterpolationLow); 
CGContextSetAllowsAntialiasing(context, true); 
Questions connexes