|
|
Hi,
I am working on a linguistic project and I need to display international
scripts. When I tired to display an unicode character with rc code
0x0c66 which stands for a TELUGU unicode character. Please refer to,
http://www.unicode.org/charts/PDF/U0C00.pdf
and the result I am getting is just an empty square.
when i emailed qt-interest prior, I got the reply that I have to try a
different Font. But which Font. I nd morevover I think it is nothing to
do with Font.
QFont class provides SCRIPTS. the enum Scripts{...} in the QFont class
has all available scripts, including Telugu, QFont::Telugu. But I am not
finding any way to set this Script.
There isn't any function explicitly for setting a script. When I tried
it with setFont(...) I am getting an error message like, cannot find
function with setFont(QFont::Script) arguments types.
Can you please tell me how can I set a Script, for example QFont::Telugu
Script.
Thanking you,
V Rama Aravind.
--
List archive and information: http://lists.trolltech.com/qt-interest/
|
|