what font format supports Android? Android, iPhone & Blackberry all support the same font? Android/Apple tablets ran the same phone/iPhone applications or it mast be compiled separetely (by phonegap)?
If your heart is set on a font that isn't supported by all platforms, look into CSS 'font-face' (http://www.css3.info/preview/web-fonts-with-font-face/). If you host your app on the web, using Sencha Touch it should work for iOS, Android, and BlackBerry 6. If you want to use PhoneGap, you will need to build for each platform.
I know that I need to build for each platform. My question was do I need to build for tablets too or apps built for phones are also for appropriate tablets. And what to use, ttf or otf for not having technical (not legal) problems?