imagechar
Opis
bool imagechar ( resource image, int font, int x, int y, string c, int color )
imagechar() draws the first character of
c in the image identified by
image with its upper-left at
x,y (top left is 0,
0) with the color color.
Parametry
obrazZasób obrazu, zwrócony przez jedną z funkcji tworzących obrazy, taką jak imagecreatetruecolor().
czcionkaMoże przyjąć 1, 2, 3, 4, 5 dla wbudowanych czcionek (gdzie większy numer odpowiada większej czcionce) lub własny dowolny identyfikator czcionki zarejestrowany przez imageloadfont().
xx-coordinate of the start
yy-coordinate of the start
cThe character to draw
colorA color identifier created with imagecolorallocate()
Przykłady
