I want to use Home button with home icon, but I want to use actual font instead of graphics.
For e.g) I will set UIButton title to "H" and set Pictos font it, so that it should automatically convert button text into corresponding graphics(In this case home icon)
How to do it using pictos font?
Finally got "Pictos" font in .otf format from photoshop. Pictos font is available in photoshop.
Steps:
Modify the application-info.plist file. Add the key "Fonts provided by application" to a
new row. Add one item for pictos font you have added.
Create button and set Pictos font.
Note: You can set different icons by setting proper title text.