diff options
author | Ken Sharp <ken.sharp@artifex.com> | 2010-11-23 08:46:10 +0000 |
---|---|---|
committer | Ken Sharp <ken.sharp@artifex.com> | 2010-11-23 08:46:10 +0000 |
commit | 97a3d8b6b5c8cf7ab48c12973bd940598e195625 (patch) | |
tree | 605acf1d7d643ced649165b38153c8e7366f4983 /gs/base/gdevpdfx.h | |
parent | a9c6e74c2fd90409f9526b203a12bf0c93ffe3e1 (diff) |
Revert revision 11901.
Because of the way that PCL draws bitmap fonts directly to the cache there is no
possibility of making uncached glyphs work properly. Also the code for cached glyphs is
much too forgiving and attempts to add glyphs which cannot be handled. Finally there is
no provision for type 3 fonts with non-identity matrices. Because the bitmaps in the
cache already have the scaling/rotation/shearing and clipping applied, we cannot have
a type 3 font with a non-identity matrix.
The code will be revised and recommitted.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11908 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/gdevpdfx.h')
-rw-r--r-- | gs/base/gdevpdfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/gdevpdfx.h b/gs/base/gdevpdfx.h index 7eabc5255..4189facd4 100644 --- a/gs/base/gdevpdfx.h +++ b/gs/base/gdevpdfx.h @@ -1239,7 +1239,7 @@ int pdf_end_char_proc(gx_device_pdf * pdev, pdf_stream_position_t * ppos); /* Put out a reference to an image as a character in an embedded font. */ int pdf_do_char_image(gx_device_pdf * pdev, const pdf_char_proc_t * pcp, - const gs_matrix * pimat, int was_skipping); + const gs_matrix * pimat); /* Start charproc accumulation for a Type 3 font. */ int pdf_start_charproc_accum(gx_device_pdf *pdev); |