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.
 
Back
Top