標籤: 中文字型 的相關文章瀏覽方式: 摘要列表 | 標題列表 | 全站 《中文字型》 相關
2009090221:23
PHP 顯示 TrueType 字型 須有 GD library 及 freetype 範例: <?php header("Content-type: image/jpeg"); $im = imagecreate(450,200); $white = imagecolorallocate($im, 255,255,255); $black = imagecolorallocate($im, 0,0,0); $red = imagecolorallocate($im, 255, 0,0); imagettftext($im, 9, 0, 10, 20, $black, "/home/data/wq...