Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

ImageCharUp

(PHP 3, PHP 4 )

ImageCharUp -- 垂直に文字を描画

説明

int imagecharup ( int im, int font, int x, int y, string c, int col)

ImageCharUp()は、画像im の座標(x,y)(左上が0,0)から col色で cの最初の文字を垂直に描画します。 fontが 1, 2, 3, 4 , 5の場合は、組込みフォントが使用されます。

imageloadfont()も参考にしてください。