Drawing scaled emoji icons on iOS
Posted
by
Eimantas
on Stack Overflow
See other posts from Stack Overflow
or by Eimantas
Published on 2011-01-05T12:05:31Z
Indexed on
2012/08/29
3:39 UTC
Read the original article
Hit count: 617
I'm trying to implement my own emoji icon keyboard and have some problems. I'm trying to draw emoji icons at the same size as on native iOS emoji keyboard, but when doing simple drawing (standard unicode characters like "\ue415"
) icons always appear at original size. When trying to increase the font - emoji icons stay of the same size. When applying CGAffineTransform for scaling - drawn icons are bigger, but pixelated and blurred. How should I go about drawing emoji icons bigger, but sharper?
© Stack Overflow or respective owner