Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
cpdf_set_font
Popis
bool cpdf_set_font ( int pdf_document, string font_name, float size, string encoding )Sets the current font face, font size and encoding.
Seznam parametrů
pdf_document
The document handle, returned by cpdf_open().
font_name
The font name. Currently only the standard postscript fonts are supported.
See the ClibPDF Manual for more information, especially on how to support Asian fonts.
size
The font size
encoding
Can take the following values: MacRomanEncoding, MacExpertEncoding, WinAnsiEncoding, and NULL (the font's built-in encoding).
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
cpdf_set_font_map_file | Nahoru |