summaryrefslogtreecommitdiff
path: root/src/cairo-type1-fallback.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-09-10 16:51:52 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-13 11:36:50 +0000
commit47a56e08501ec9375f75c15e35a68c77b313ada4 (patch)
treec64bddbfc8bb21df10aa68a8e85440b244150c35 /src/cairo-type1-fallback.c
parent0769d39d0093ec3bff5b72ecbfcef1bae2f03be2 (diff)
downloadcairo-47a56e08501ec9375f75c15e35a68c77b313ada4.tar.gz
[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.c2
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"