Forum und email

cpdf_stringwidth

(PHP 4, PHP 5 <= 5.0.5)

cpdf_stringwidth — Returns width of text in current font

Description

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.

Parameters

pdf_document

The document handle, returned by cpdf_open().

text

The text, as a string

Return Values

Returns the width of text .

See Also