简体   繁体   中英

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

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

I need this info to create iPhone 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM