PHP Doku:: Beginnt eine Typ-3-Schriftdefinition - function.pdf-begin-font.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenPDFPDF FunktionenPDF_begin_font

Ein Service von Reinhard Neidl - Webprogrammierung.

PDF Funktionen

<<PDF_begin_document

PDF_begin_glyph>>

PDF_begin_font

(PECL pdflib >= 2.0.0)

PDF_begin_fontBeginnt eine Typ-3-Schriftdefinition

Beschreibung

bool PDF_begin_font ( resource $pdfdoc , string $filename , float $a , float $b , float $c , float $d , float $e , float $f , string $optlist )

Beginnt eine Typ-3-Schriftdefinition.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
Greg Field
16.02.2010 19:56
From the PDFLib site's documentation:

fontname (Name string) The name under which the font will be registered, and can later be used with PDF_load_font( ).

a, b, c, d, e, f (Will be ignored in the second pass of the font definition for Type 3 font subsets) The elements of the font matrix. This matrix defines the coordinate system in which the glyphs will be drawn. The six values make up a matrix in the same way as in PostScript and PDF. In order to avoid degenerate transformations, a*d must not be equal to b*c. A typical font matrix for a 1000 x 1000 coordinate system is [0.001, 0, 0, 0.001, 0, 0].

optlist (Ignored in the second pass for subset fonts) An option list. The following options can be used: colorized, familyname, stretch, weight, widthsonly



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)