Do, custom fonts work in UITextView that was loaded in cocos2d layer ?
Posted
by srikanth rongali
on Stack Overflow
See other posts from Stack Overflow
or by srikanth rongali
Published on 2010-05-10T14:56:23Z
Indexed on
2010/05/11
9:44 UTC
Read the original article
Hit count: 201
Do, custom fonts work in UITextView ?
I loaded UITextView *textView in cocos2d layer. And I trying to set the font of the text as
Copperplate Gothic Bold. I downloaded the font file Coprgtb.TTF. But, the text is not adjusting to this font. The system fonts are working, but the custom fonts are not working ?
I added the font file in resources folder.
what can I do to make them work ?
Thank You.
© Stack Overflow or respective owner