iphone - Does iOS 4.2 SDK supports custom fonts? -


i've been trying use custom fonts on xcode 4.2 sdk, using method:

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

although technically i'm sure did right, simulator didn't display font.

makes me wonder whether feature still supported in latest sdk, since tutorials use previous sdks. titanium forum complained same thing.

anyone had success using custom fonts on 4.2?

the short answer: yes does. yes, have. maybe did overlook something?

where trying use font? have tried [uifont fontwithname:@"bla"] ? or trying display in html?


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -