objective c - Handling Cusom Key Board Types in ios -


this question has answer here:

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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -