GDI + Chinese character support

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Al

May I ask can I use SYSTEM.DRAWING.FONT to draw a chinese character and export it as a GIF
If so, who can I do that
use a chinese encoding and then draw the string

THX!
 
WEIWEIWEI said:
Hi All

May I ask can I use SYSTEM.DRAWING.FONT to draw a chinese character and export it as a GIF?
If so, who can I do that?
use a chinese encoding and then draw the string?

THX!

You create a Bitmap instance and get the Graphics instance from it. Then you
can draw the string. It depends on your situation whether you need to use
the Chinese encoding to get the string.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top