开发者

Cocoa Touch - Changing tex attributes?

How can I change a textview font and font size..

I've tried this but i开发者_StackOverflowt doesnt seem to change anything...

typingText.font = [UIFont fontWithName:@"Marker Felt Thin" size:64.0f];

Thanks!


The actual name of the font is "MarkerFelt-Thin".

typingText.font = [UIFont fontWithName:@"MarkerFelt-Thin" size:64.0f];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜