[cairo-commit] src/cairo-cff-subset.c
Adrian Johnson
ajohnson at kemper.freedesktop.org
Fri Sep 28 15:26:01 PDT 2007
- Previous message: [cairo-commit] [cairo-www] src/cookbook.mdwn
- Next message: [cairo-commit] cairo-perl Cairo.xs, 1.20, 1.21 CairoPath.xs, 1.1, 1.2 CairoPattern.xs, 1.13, 1.14 CairoSurface.xs, 1.19, 1.20 ChangeLog, 1.66, 1.67 MANIFEST, 1.10, 1.11 cairo-perl-private.h, 1.5, 1.6 ppport.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
src/cairo-cff-subset.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 042c382c094d1ea6f9a5a162d4d1d9ac83413233 (from d837a458b95c0e1866eecaf3688dfa36e7dafe8e)
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Sat Sep 29 07:55:48 2007 +0930
CFF Subetting: Fix for #10849
This fixes the problem Apple Preview has with viewing PDFs with CFF
font subsets.
diff --git a/src/cairo-cff-subset.c b/src/cairo-cff-subset.c
index 55e0f15..390b149 100644
--- a/src/cairo-cff-subset.c
+++ b/src/cairo-cff-subset.c
@@ -1521,8 +1521,8 @@ static const font_write_t font_write_fun
cairo_cff_font_write_top_dict,
cairo_cff_font_write_strings,
cairo_cff_font_write_global_subrs,
- cairo_cff_font_write_fdselect,
cairo_cff_font_write_charset,
+ cairo_cff_font_write_fdselect,
cairo_cff_font_write_charstrings,
cairo_cff_font_write_cid_fontdict,
cairo_cff_font_write_cid_private_dict_and_local_sub,
- Previous message: [cairo-commit] [cairo-www] src/cookbook.mdwn
- Next message: [cairo-commit] cairo-perl Cairo.xs, 1.20, 1.21 CairoPath.xs, 1.1, 1.2 CairoPattern.xs, 1.13, 1.14 CairoSurface.xs, 1.19, 1.20 ChangeLog, 1.66, 1.67 MANIFEST, 1.10, 1.11 cairo-perl-private.h, 1.5, 1.6 ppport.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list