6.26. Print

[<<<] [>>>]

gd::print Image,x,y, print_list

Use this subroutine to print strings, integer and real values into the picture at the position x,y. The color and font used is the one set in the subroutines SetColor and SetFont. The argument print_list can be one or more expressions. Note that new-line and other special characters will appear as special characters and do not perform their usual control.


[<<<] [>>>]