计算字串的宽度。
语法: double pdf_stringwidth(int pdfid, string text);
传回值: 浮点数
函式种类: 特殊档案格式
本函式用来计算指定字串的宽度。参数 pdfid 为 PDF 档案代码。参数 text 为欲计算的文字。成功则传回 true 值。