Php Imagecharup
# PHP imagecharup - Draw a Character Vertically
[PHP Image Processing](#)
imagecharup β Draw a character vertically.
### Syntax
bool imagecharup ( resource $image , int $font , int $x , int $y , string $c , int $color )
imagecharup() draws the character c vertically on the image specified by image, at position x, y (with the top-left corner of the image at 0, 0), in the color color. If font is 1, 2, 3, 4 or 5, built-in fonts are used.
### Example
The output image of the above example is as follows:
!(#)
### Related Articles
Draw a character horizontally.
Load a new font.
[PHP Image Processing](#)
YouTip