Cant get specific font in win10(Noto CJK)

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
ryxeas
Posts: 1
Joined: 2019-02-04T03:30:31-07:00
Authentication code: 1152

Cant get specific font in win10(Noto CJK)

Post by ryxeas »

I keep getting fail on using Noto Font in Win10, but no problem in Win7.

After I installed the font, i can use them in notepad and no problem for that in win 10,
but i can't get the font when i listed out all fonts that available in imagemagick, and i could not use the font.
in win7. i got no problem for that. Anyone knows the reasons?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Cant get specific font in win10(Noto CJK)

Post by fmw42 »

You probably need to either reference the font by its path to the font file rather than by name. Or add an entry for the font in your type.xml file. See https://imagemagick.org/script/resources.php.

Please always identify your Imagemagick version. What was your command line for using the font?
Post Reply