cpdf_set_font
Opis
bool cpdf_set_font ( int pdf_document, string font_name, float size, string encoding )Sets the current font face, font size and encoding.
Parametry
pdf_documentUchwyt dokumentu, zwrócony przez cpdf_open().
font_nameThe font name. Currently only the standard postscript fonts are supported.
See the ClibPDF Manual for more information, especially on how to support Asian fonts.
sizeThe font size
encodingCan take the following values: MacRomanEncoding, MacExpertEncoding, WinAnsiEncoding, and NULL (the font's built-in encoding).
| Poprzedni | Spis treści | Następny |
| cpdf_set_font_map_file | Początek rozdziału |