I am creating a calculator application in which i have to use the DS-Digital font. I have downloaded the DS-Digital.ttf font file, but i am not getting how can i use this and implement this in my application programmatically.
Thanks.
|
I am creating a calculator application in which i have to use the DS-Digital font. I have downloaded the DS-Digital.ttf font file, but i am not getting how can i use this and implement this in my application programmatically. Thanks. |
|||
|
|
1) Copy the font file into the resources of your project. (Just drag it into the 'supporting files or whatever directory you use'). 2) In your info.plist file enter the filename of the font file for key "Fonts Provided by the Application" - like in the picture below (I use two versions of the font, you must enter your font file name (DS-DIGI.TTF))
3) In places you want to use the font do example:
* EDIT: Note that the font has some confusing names. You can list all fonts installed on the phone with
And find the exact name of the font you want. |
||||
|
|
|
Add this font to your xcode project and then add Fonts provided by application key in info.plist and specify DS-Digital.ttf to its value. Then you can use it by code.
|
|||||||||
|