PDF_stringwidth

PDF_stringwidth -- Returns width of text in current font

Description

double pdf_stringwidth(int pdf document, string text);

The PDF_stringwidth() function returns the width of the string in text. It requires a font to be set before.

See also PDF_set_font().