diff options
author | Fredrik Öhrn <ohrn@php.net> | 2001-03-30 20:36:18 +0000 |
---|---|---|
committer | Fredrik Öhrn <ohrn@php.net> | 2001-03-30 20:36:18 +0000 |
commit | 64bb010cf40b84fb07c49b8adb017866936af253 (patch) | |
tree | b61b8eae47739355bf6f1997087ecd2ca3f88a5c /ext/cpdf/php_cpdf.h | |
parent | 2df7c8a0f1044ecc0be9f6a113e42aa997dd5e88 (diff) | |
download | php-git-64bb010cf40b84fb07c49b8adb017866936af253.tar.gz |
Implemented cpdf_set_viewer_preferences (previously a stub).
Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file.
Diffstat (limited to 'ext/cpdf/php_cpdf.h')
-rw-r--r-- | ext/cpdf/php_cpdf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index 6749882d24..5ffa3f02f9 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -67,6 +67,8 @@ PHP_FUNCTION(cpdf_show_xy); PHP_FUNCTION(cpdf_continue_text); PHP_FUNCTION(cpdf_text); PHP_FUNCTION(cpdf_set_font); +PHP_FUNCTION(cpdf_set_font_directories); +PHP_FUNCTION(cpdf_set_font_map_file); PHP_FUNCTION(cpdf_set_leading); PHP_FUNCTION(cpdf_set_text_rendering); PHP_FUNCTION(cpdf_set_horiz_scaling); |