nanogui: Thread: How to display japanese characters


[<<] [<] Page 1 of 1 [>] [>>]
Subject: How to display japanese characters
From: "Hisayuki Fujii" ####@####.####
Date: 10 Jan 2008 14:18:12 -0000
Message-Id: <402435530801100618y60655b4bmde152ae27bf57c27@mail.gmail.com>

Hi,

I am making the program to display Japanese character string with Nano-X API
and Microwindows API for the target machine into which Nano-X is built.

In the case of Nano-X API, I was able to display Japanese character string
by use by  "GrText" function.

However, in the case of Microwindows API, Japanese character string is
not displayed
even if I use   "DrawText" & "DrawTextW" function.

I use euc for Japanese character code.

Please let me know how to display Japanese character string in
Microwindows API.

Regards,

hisabo
Subject: Re: [nanogui] How to display japanese characters
From: "Uwe Klatt" ####@####.####
Date: 10 Jan 2008 15:10:41 -0000
Message-Id: <002a01c8539a$f2913250$080814ac@arnstein.miwe.de>

Hello Hisayuki Fujii

> However, in the case of Microwindows API, Japanese character string is
> not displayed
> even if I use   "DrawText" & "DrawTextW" function.
> I use euc for Japanese character code.


I am using unicode fonts (truetype) in my Microwindows apps.
With "ExtTextOutW()" I have no problems.

ExtTextOutW(hdc,xpos,ypos,0,NULL,(unsigned short *)text,textlen,NULL);

Bye
Uwe
[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.