How to draw Japanese and Chinese characters

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rinick

How to draw Japanese and Chinese characters

Post by rinick »

is there any example to do this with DrawableText in Magick++

I've tried many ways , but no one works
lavige777

Re: How to draw Japanese and Chinese characters

Post by lavige777 »

rinick wrote: is there any example to do this with DrawableText in Magick++

I've tried many ways , but no one works

I have the same problem with MagickNet. So, I just do it via command line. I save my text in text file in utf-8 encoding and then output it from file -annotate 0 @C:\text.utf8
Post Reply