imagepsencodefont() - gd函数(图像处理)
imagepsencodefont()
(PHP 4, PHP 5)
改变字体中的字符编码矢量
说明
imagepsencodefont(resource $font_index,string $encodingfile): bool从文件中加载字符编码矢量并用其替换给定字体的编码矢量。由于 PostScript 字体的默认矢量缺少大多数超过 127 的字符位置,因此如果使用其它非英语的语言的话肯定需要改变它。编码文件的确切格式定义在 T1lib 文档中。T1lib 包含有两个可马上使用的文件,IsoLatin1.enc 和 IsoLatin2.enc。
如果发现自己总是要用本函数,更好的定义编码的做法是在配置文件中将 ps.default_encoding 设定为指向正确的编码文件,这样加载的所有字体就会自动具有正确编码了。
Note:此函数仅在 PHP编译时指定了--with-t1lib[=DIR]时可用。
参数
$font_indexA font resource, returned by imagepsloadfont().
$encodingfileThe exact format of this file is described in T1libs documentation. T1lib comes with two ready-to-use files,IsoLatin1.encandIsoLatin2.enc.
返回值
成功时返回TRUE
,或者在失败时返回FALSE
。
范例
imagepsencodefont() example
注释
Note:此函数仅在 PHP编译时指定了--with-t1lib[=DIR]时可用。
The t1lib-5.0.0 source includes 5 different encoding files under Fonts/enc/. For my text with German umlauts, using IsoLatin1.enc did not work, but PSLatin1.enc did the trick.
Because I have had problems with this function to find out that there is no result to store in a variable, a short example how to use: $font = imagepsloadfont( "/home/www/font/Arial.pfb" ); imagepsencodefont( $font, "/home/www/font/IsoLatin1.enc" ); afterwards you can use the resource $font in each other ps function like imagepstext() or imagepsbbox().
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!