> Is it possible to get the character itself instead of bitmap so that the 
> same can be stored in a text file?
The reason I want to do this is, I get Shift JIS hexa code as my input. I 
was thinking of mapping these hex values to their corresponding characters 
and store them in a text file.


In order to do this, you'll have to store the characters in one of
your buffers every time you call GrText().


> Is there a way I can achieve this by an API to do bitmap to character 
> conversion?

No.  Much easier to just save the characters you ask to be
displayed with GrText().  Write a wrapper function that does
both and call that instead.

Regards,

Greg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to