mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-05 20:50:24 +01:00
PDF: Compress Type3 fonts
This commit is contained in:
parent
9f47879ae3
commit
a2fefcc9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -2181,7 +2181,7 @@ _cairo_pdf_surface_emit_bitmap_glyph (cairo_pdf_surface_t *surface,
|
|||
return cairo_surface_status (&image->base);
|
||||
}
|
||||
|
||||
*glyph_ret = _cairo_pdf_surface_open_stream (surface, FALSE, NULL);
|
||||
*glyph_ret = _cairo_pdf_surface_open_stream (surface, TRUE, NULL);
|
||||
|
||||
_cairo_output_stream_printf (surface->output,
|
||||
"%f 0 %f %f %f %f d1\r\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue