开发者

What Font and Font size is used in iPhone SMS Application?

Does anyone know what Font Type (e.g. Arial, Courier new, etc) and Font Size (e.g. 9 pt, etc) is used in SMS Application of iPhone.

I need this info to create iPhon开发者_如何转开发e app which uses SMS API.


I believe it uses the system font and it's around 17.

UIFont *font = [UIFont systemFontOfSize:17.0];

Just increase or decrease the font size and compare to Messages.app.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜