From 992113eea1dc7361f07ef3949438c238292dcf86 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 27 Jul 2007 19:57:54 +0000 Subject: [PATCH] removed begintype3char workaround --- lib/pdf/GFXOutputDev.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index f6a361d..9197f64 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -1126,14 +1126,14 @@ GBool GFXOutputDev::beginType3Char(GfxState *state, double x, double y, double d msg(" beginType3Char %d, %08x, %d", code, *u, uLen); type3active = 1; - int t; + /*int t; gfxcolor_t col={255,0,0,0}; gfxmatrix_t m = {1,0,0, 0,1,0}; for(t=0;tdrawchar(device, 0, u[t], &col, &m); - } + }*/ /* the character itself is going to be passed using the draw functions */ return gFalse; /* gTrue= is_in_cache? */ -- 1.7.10.4