font does not work properly
Posted: 2015-06-12T00:42:15-07:00
I want to string the image by using the NotoSansCJKtc-Regular.otf(Google Noto Fonts(chinese)) font
but Image is not successfully created
What imagemagick can not use the NotoSansCJKtc-Regular.otfGoogle Noto Fonts(chinese) fonts?
command:
convert -size 197x80 xc:none -font NotoSansCJKtc-Regular.otf -gravity north -fill "#000000" -draw "font-size 48 text 0,0 '你好 '" test.png
but Image is not successfully created
What imagemagick can not use the NotoSansCJKtc-Regular.otfGoogle Noto Fonts(chinese) fonts?
command:
convert -size 197x80 xc:none -font NotoSansCJKtc-Regular.otf -gravity north -fill "#000000" -draw "font-size 48 text 0,0 '你好 '" test.png