search for in the  
<cpdf_set_font_map_filecpdf_set_horiz_scaling>
Last updated: Thu, 19 May 2005

cpdf_set_font

(PHP 3 >= 3.0.8, PHP 4, PECL)

cpdf_set_font -- Select the current font face and size

Description

bool cpdf_set_font ( int pdf_document, string font_name, float size, string encoding )

The cpdf_set_font() function sets the current font face, font size and encoding. Currently only the standard postscript fonts are supported. Returns TRUE on success or FALSE on failure.

The last parameter encoding can take the following values: "MacRomanEncoding", "MacExpertEncoding", "WinAnsiEncoding", and "NULL". "NULL" stands for the font's built-in encoding.

See the ClibPDF Manual for more information, especially how to support Asian fonts.



User Contributed Notes
cpdf_set_font
There are no user contributed notes for this page.

<cpdf_set_font_map_filecpdf_set_horiz_scaling>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 17:35:34 2005 CDT