What other server-side tools are out there for creating textual images from TTF/OTF font files? I can’t get imagettftext() to render Chinese/Japanese glyphs (even when defining the input string using HTML entities such as $#44032; as suggested here: PHP function imagettftext() and unicode).
What other server-side tools are out there for creating textual images from TTF/OTF font
Share
I ended up invoking ImageMagick from within PHP: