diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2007-11-13 10:45:44 +0000 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2007-11-13 10:45:44 +0000 |
commit | 5063a9acf649c4adbf47cc5d88c212ab03cbf7b0 (patch) | |
tree | dc9f210ed264ca3d22541ddf98d1c784ffe5eab4 /xps/ghostxps.h | |
parent | 4a2a09c85a4e311f2fec678445f2d9f7c4ebcd35 (diff) |
Constant vigilance! Never trust a default.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2945 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'xps/ghostxps.h')
-rw-r--r-- | xps/ghostxps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xps/ghostxps.h b/xps/ghostxps.h index 752189a9a..9c56cf385 100644 --- a/xps/ghostxps.h +++ b/xps/ghostxps.h @@ -317,6 +317,7 @@ int xps_fill_font_glyph(xps_context_t *ctx, xps_font_t *font, int gid, float x, int xps_find_sfnt_table(xps_font_t *font, char *name, int *lengthp); int xps_load_sfnt_cmap(xps_font_t *font); +int xps_load_sfnt_name(xps_font_t *font, char *namep); int xps_init_truetype_font(xps_context_t *ctx, xps_font_t *font); int xps_init_postscript_font(xps_context_t *ctx, xps_font_t *font); |