开发者

Cocoa Touch - Changing tex attributes?

开发者 https://www.devze.com 2023-01-09 18:08 出处:网络
How can I change a textview font and font size.. I\'ve tried this but i开发者_StackOverflowt doesnt seem to change anything...

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

精彩评论

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

关注公众号