iPhone: keep text looking good after scale transform applied?
Posted
by Greg Maletic
on Stack Overflow
See other posts from Stack Overflow
or by Greg Maletic
Published on 2010-06-02T18:41:07Z
Indexed on
2010/06/02
18:44 UTC
Read the original article
Hit count: 217
I'm applying a scale transform to a UIView that draws a number. (The number is literally being drawn with drawInRect; no UILabel in sight.) The scale transform makes the view smaller by quite a bit...say, 80% smaller.
The resulting number looks a little "chunky". Is there a way that I can keep my text looking nice and anti-aliased, the way it's supposed to look?
Thanks.
© Stack Overflow or respective owner