pdf_stringwidth

(PHP 3 >= 3.0.6, PHP 4, PECL)

pdf_stringwidth -- Return width of text

Description

float pdf_stringwidth ( resource p, string text, int font, float fontsize )

Returns the width of text in an arbitrary font, using the parameters font and fontsize. font is a font handle returned by pdf_load_font().

See also pdf_load_font().