diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-09-10 16:51:52 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-13 11:36:50 +0000 |
commit | 47a56e08501ec9375f75c15e35a68c77b313ada4 (patch) | |
tree | c64bddbfc8bb21df10aa68a8e85440b244150c35 /src/cairo-type1-fallback.c | |
parent | 0769d39d0093ec3bff5b72ecbfcef1bae2f03be2 (diff) |
[type1] Bind the RD procedure
As the RD procedure may be called several hundred times for a full font,
it is worth binding.
Diffstat (limited to 'src/cairo-type1-fallback.c')
-rw-r--r-- | src/cairo-type1-fallback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-type1-fallback.c b/src/cairo-type1-fallback.c index 83ddc448a..1f39a3f00 100644 --- a/src/cairo-type1-fallback.c +++ b/src/cairo-type1-fallback.c @@ -590,7 +590,7 @@ cairo_type1_font_write_private_dict (cairo_type1_font_t *font, _cairo_output_stream_printf (encrypted_output, " dup /Private 9 dict dup begin\n" "/RD {string currentfile exch readstring pop}" - " executeonly def\n" + " bind executeonly def\n" "/ND {noaccess def} executeonly def\n" "/NP {noaccess put} executeonly def\n" "/BlueValues [] def\n" |