PDF_load_font

(PECL pdflib >= 2.0.0)

PDF_load_fontSearch and prepare font

Description

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

Searches for a font and prepares it for later use.

Коментарии

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.
2006-07-31 21:43:39
http://php5.kiev.ua/manual/ru/function.pdf-load-font.html
In PDFLib 5 'optlist' allows the following possible settings:

embedding=true 
subsetting=true 
subsetlimit=50 
kerning=false
2008-02-19 16:23:16
http://php5.kiev.ua/manual/ru/function.pdf-load-font.html

    Поддержать сайт на родительском проекте КГБ