cpdf_text
Opis
bool cpdf_text ( int pdf_document, string text [, float x_coor, float y_coor [, int mode [, float orientation [, int alignmode]]]] )
Outputs the string text
at the given position.
Parametry
pdf_document
Uchwyt dokumentu, zwrócony przez cpdf_open().
text
The text
x_coor
The x-coordinate of the text position
y_coor
The y-coordinate of the text position
mode
Opcjonalny parametr
tryb
określa jednostkę długości. Jeśli jest 0 lub pominięto go, użyta jest domyślna jednostka określona dla strony. W przeciwnym wypadku współrzędne są mierzone w punktach postscriptowych ignorując obecne jednostki.orientation
Rotation of the text in degrees
alignmode
Determines how the text is aligned. See the ClibPDF documentation for possible values.