[Moved] Support of Unicode hindi font
-
I am building an application on onscreen keyboard for different languages.
For hindi font support I downloaded unicode font mangal.ttf and tried to bundle it with Qt.But it is not working. Then I tried Kruti dev and it is working fine but unfortunately Krutidev is not an unicode font.
I am using ubuntu and qt 4.7.2.Do anyone have an idea why is it happening and how to bundle an external font properly with qt application? -
I'm not that font expert but does a font embedded in the applications resources and "QFontDatabase::addApplicationFont()":http://doc.qt.nokia.com/latest/qfontdatabase.html#addApplicationFont not work?