問題 GDで日本語などのテキストを出力したい! 答え 以下のように書くとよい。 <?php //画像を作る $im = imagecreatetruecolor(600,400); imagefilledrectangle($im, 0, 0, 599, 399, 0xeeeedd); imagettftext($im, 20, 0, 0, 20, 0x000000, '/usr/share/fonts/ipa-pmincho/ipamp.ttf', 'あいうえお愛上尾'); imagettftext($im, 20, 0, 30, 50, 0x0000cc, '/usr/share/fonts/japanese/TrueType/sazanami-gothic.ttf', 'kakikukeko' . "\n" . 'かきくけこ' . "\n" . '夏季久家湖'); imagettft