How to use custom font? (font that does not exist on iphone)
Since you mention iphone-sdk-4.0as one of your tags, this means that you can use the key UIAppFontsin your application. UIAppFontswas introduced in iOS 3.2.
iphone-sdk-4.0
UIAppFonts
The key that will be added to your property list: http://developer.apple.com/library/ios/#documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW3
UIAppFontsdescription .
Ex. Info.plist: , .
, .
[LblTwitter setFont: [UIFont fontWithName: @ "The Great Escape" size: 12]];
: iOS 4.0 .
You will need to add a font file to your project and update the keys in info.plist, after which you can use this font by name, see the link
Source: https://habr.com/ru/post/1765555/More articles:Object planning or user thread planning - what should be the first? - project-planningJavaScript / jQuery: change monitor to element? - javascriptHow to detect error panel in matlab - matlabSummarizing inside a Django template - pythonIncluding a decimal number in the latex section number - latexHow to debug uninitialized variables in VC ++ - c ++How to find out what items are listed in an enumeration? - genericsExtend Url Route to apply Url Encoding for each parameter - asp.net-mvcConvert list to string to populate web page in JSP - javaAnother method for repeating an enumeration is enumsAll Articles