Does the iOS developer have a fixed-width embedded font?

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

I am wondering if there is a fixed-width embedded font? Otherwise, I need to embed a new font in my application.

PS: maybe the iOS 7 system font has a fixed width, LOL

Thanks guys.

+7
ios uifont fixed-width
source share
1 answer

Here is a list of embedded fonts available on iOS: http://iosfonts.com .

The courier looks like a single monospaced font.

+9
source share

All Articles