Which font to use for non english 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
him21sri
Posts: 36
Joined: 2016-05-19T05:27:37-07:00
Authentication code: 1151

Which font to use for non english characters

Post by him21sri »

My imagemagick version on my linux machine

Version: ImageMagick 6.8.9-10 Q16 x86_64 2016-05-20 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype gslib jng jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib

I want to annotate some text on an image with non english characters. I tried many fonts but couldn't find one which will support all characters. "DejaVu-Sans" seems to be working for arabic characters but not for chinese or thai. Please suggest what font should I use to support all non english characters
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Which font to use for non english characters

Post by fmw42 »

I do not think there is one universal language font. But I will defer to others who know otherwise.
him21sri
Posts: 36
Joined: 2016-05-19T05:27:37-07:00
Authentication code: 1151

Re: Which font to use for non english characters

Post by him21sri »

Someone please guide here
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Which font to use for non english characters

Post by fmw42 »

You need to choose a font for the given language. You should search Google for fonts for the language in question. Not all fonts have proper UTF-8 characters for foreign languages and accent marks.
Post Reply