LilMoke
LilMoke

Reputation: 3444

Custom Font question

I have an iPad/iPhone app and when I pick a font for my label it does not display the typeface.

For example, I have a Label and have chosen the Handwriting Dakota font, but when I view my .xib it is a standard font... likewise, the font does not show correctly in the simulator.

What do I need to do to make font show in the correct typeface?

Upvotes: 1

Views: 459

Answers (1)

Ole Begemann
Ole Begemann

Reputation: 135540

Unless you have your app install your custom font on the device, you are limited to the typefaces that iOS ships with. See iosfonts.com for a list.

Upvotes: 2

Related Questions