objective c - Handling Cusom Key Board Types in ios -
this question has answer here:
- how add custom fonts iphone app? 3 answers
here in (http://iosfonts.com/) site, number of fonts listed ios devices supports. indian language, tamil, there font named sangam. understanding there no localization support languages tamil, telugu or devanagiri. ios supports ttf , opentype fonts both added xcode, possible create custom keyboard lay out, typing using these fonts. these languages has no similarities of language keyboard apple supports presently, there way type, store , share text contents using these custom type fonts.
yes, embed font files (.ttf or .otf files) in app add them list of dedicated uiappfonts
key in info.plist
file (note: key called "fonts provided application" in human-readable description). see the doc here.
you can use [uifont fontwithname:size:]
name of custom font manipulate font , affect labels , on.
Comments
Post a Comment