On Mon, Feb 24, 2003 at 09:21:56PM +0900, [EMAIL PROTECTED] wrote:

> If an ISO10646-1 encoded font matches, QFont just use it.
> Otherwise, it combines several fonts of different encodings
> and switches among them, exactly like XFontSet does.
> For the next question, ask John how to use codec.

CJK LyX uses wchar_t as its char-type in the core, right ?

All you should need to do is modify the functions
fromqstr() and toqstr() so they can convert however the text inside the
wchar_t is encoded, into a QString.

You will also likely need to change QLPainter::text(), and
the QLyXKeySym code

regards
john

Reply via email to