Does iOS 4.2 SDK support custom fonts?

I am trying to use custom fonts on Xcode with a 4.2 SDK using this method:

http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/

Although technically I'm sure that I did everything right, the simulator did not display the font.

Makes me wonder if this feature is supported in the latest SDK, as all of these tutorials use the previous SDKs. Someone from the Titan forum also complained about the same thing.

Has anyone managed to use custom fonts in 4.2 format?

+3
source share
1 answer

Short answer: yes, yes. Yes. So maybe you missed something?

? [UIFont fontWithName:@"bla"]? HTML?

+1

Source: https://habr.com/ru/post/1790918/


All Articles