mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 06:08:02 +02:00
remove debug code
This commit is contained in:
parent
9c2a92c708
commit
9ab9916114
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue