| 函数:PDF_set_horiz_scaling() |
PDF_set_horiz_scaling配置文字水平间距。 语法: boolean pdf_set_horiz_scaling(int pdfid, double scale); 返回值: 布尔值 函数种类: 特殊文件格式
本函数用来配置文字的水平间距。参数 pdfid 为 PDF 文件代码。参数 scale 为欲配置的间距值,为浮点数。
如果你对此手册有任何问题,请到下面网址提问: WEB开发知识库 (www.51pcok.com)
|