Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does iOS dev has build-in fixed width font?

The font called from [UIFont boldSystemFontWithSize xx] is not fixed-width, I don't know the exact name of this system font (iOS 6).

I'm wondering if there is a built-in fixed-width font? Otherwise I have to embed a new font to my app.

PS: maybe iOS 7 system font is fixed-width, LOL

Thanks guys.

like image 370
JimZ Avatar asked Jul 26 '13 14:07

JimZ


1 Answers

Here's the list of built-in fonts available on iOS: http://iosfonts.com.

Courier looks like the only monospace font in there.

like image 96
Tyler Avatar answered Sep 30 '22 19:09

Tyler