summaryrefslogtreecommitdiff
path: root/ext/pdf/php3_pdf.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>1999-10-07 16:00:48 +0000
committerUwe Steinmann <steinm@php.net>1999-10-07 16:00:48 +0000
commit60b2d65b2bc740365ea2a1d00a13a928ec00905f (patch)
tree4bb13337ecae01b70af9dc8cb299eff81d28a2b2 /ext/pdf/php3_pdf.h
parentca6cf936b88844c7cb73265bcadbbc8552b61e4b (diff)
downloadphp-git-60b2d65b2bc740365ea2a1d00a13a928ec00905f.tar.gz
- new functions pdf_get_font, pdf_get_fontsize, pdf_get_fontname
Diffstat (limited to 'ext/pdf/php3_pdf.h')
-rw-r--r--ext/pdf/php3_pdf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdf/php3_pdf.h b/ext/pdf/php3_pdf.h
index f7393c3f15..6b7c48372d 100644
--- a/ext/pdf/php3_pdf.h
+++ b/ext/pdf/php3_pdf.h
@@ -55,6 +55,9 @@ PHP_FUNCTION(pdf_end_page);
PHP_FUNCTION(pdf_show);
PHP_FUNCTION(pdf_show_xy);
PHP_FUNCTION(pdf_set_font);
+PHP_FUNCTION(pdf_get_font);
+PHP_FUNCTION(pdf_get_fontname);
+PHP_FUNCTION(pdf_get_fontsize);
PHP_FUNCTION(pdf_set_leading);
PHP_FUNCTION(pdf_set_text_rendering);
PHP_FUNCTION(pdf_set_horiz_scaling);