[cairo-commit] src/cairo-type1-subset.c
Adrian Johnson
ajohnson at kemper.freedesktop.org
Sun Oct 7 06:25:03 PDT 2012
src/cairo-type1-subset.c | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 9ab9916114db9917108198111d3232a18ae505ed
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Sun Oct 7 23:54:20 2012 +1030
remove debug code
diff --git a/src/cairo-type1-subset.c b/src/cairo-type1-subset.c
index 4926cd8..1bdb12b 100644
--- a/src/cairo-type1-subset.c
+++ b/src/cairo-type1-subset.c
@@ -378,13 +378,11 @@ cairo_type1_font_subset_get_bbox (cairo_type1_font_subset_t *font)
if (unlikely (status))
return status;
- printf("/FontBBox %f %f %f %f\n", x_min, y_min, x_max, y_max);
status = cairo_type1_font_subset_get_matrix (font, "/FontMatrix",
&xx, &yx, &xy, &yy);
if (unlikely (status))
return status;
- printf("/FontMatrix %f %f %f %f\n", xx, yx, xy, yy);
if (yy == 0.0)
return CAIRO_INT_STATUS_UNSUPPORTED;
More information about the cairo-commit
mailing list