Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: PDF_load_font - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

PDF_load_iccprofile" width="11" height="7"/> <PDF_lineto
Last updated: Wed, 01 Nov 2006
view this page in

PDF_load_font

(PECL)

PDF_load_font -- フォントを検索し、準備する

説明

int PDF_load_font ( resource pdfdoc, string fontname, string encoding, string optlist )

フォントを検索し、後に使用するために準備します。



add a note add a note User Contributed Notes
PDF_load_font
seufert at gmail dot com
01-Aug-2006 10:43
This function is used to load a font into memory for later use with PDF_setfont()

This function is the replacement for the depracated PDF_find_font()

And also here is the 'core font' list, for PDF files, these do not need to be embeded:
- Courier
- Courier-Bold
- Courier-Oblique
- Courier-BoldOblique
- Helvetica
- Helvetica-Bold
- Helvetica-Oblique
- Helvetica-BoldOblique
- Times-Roman
- Times-Bold
- Times-Italic
- Times-BoldItalic
- Symbol
- ZapfDingbats

And with encodings i have found its best to use iso8859-1 for english with a $ for currency.

PDF_load_iccprofile" width="11" height="7"/> <PDF_lineto
Last updated: Wed, 01 Nov 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites