Hi wysota,
I need to set charset Property to QFont ? How is this possible with QTextCodec class?
Hi wysota,
I need to set charset Property to QFont ? How is this possible with QTextCodec class?
Thanks,
Rajesh.S
charset property? What is that? Please read QTextCodec docs, it's explained there.
Qt 3 have QFont::Script property ? In Qt 4 how we can set this property to font?
QFont::Script ,I mentioned charset property
Thanks,
Rajesh.S
I don't think there is such a property (or a similar one) in Qt4. In Qt3 you can't set the script to the font either. What do you want to achieve? If you want to convert between input encoding and the one displayed by Qt, you really have to set a text codec or encode all strings in UTF-8 (I think)...
Bookmarks