Forum und email
cpdf_stringwidth

cpdf_stringwidth

(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)

cpdf_stringwidth -- Returns width of text in current font

Opis

float cpdf_stringwidth ( int pdf_document, string text )

Returns the width of the string in text.

This function requires a font to be set before.

Parametry

pdf_document

Uchwyt dokumentu, zwrócony przez cpdf_open().

text

The text, as a string

Zwracane wartości

Returns the width of text.

Patrz także

cpdf_set_font()