summaryrefslogtreecommitdiff
path: root/poppler/CairoOutputDev.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-03-11 16:42:20 +0000
committerKristian Høgsberg <krh@redhat.com>2005-03-11 16:42:20 +0000
commite2af71338fd89760c4ac76999985efc5eb92817f (patch)
treef9240c795970de3e8a0e4b36da6acf82ce95c50f /poppler/CairoOutputDev.h
parent3dc52373346e448077d2539163e873eef6406ed7 (diff)
2005-03-10 Kristian Høgsberg <krh@redhat.com>
From Jeff Muizelaar <jrmuizel@nit.ca>: * poppler/CairoFontEngine.cc (CairoFontEngine::getFont): Don't print "Type 3 font!" message. * poppler/CairoOutputDev.cc (CairoOutputDev::drawImageMask): Enable image mask drawing and do it properly, albeit slowly. * poppler/CairoOutputDev.h (CairoOutputDev::interpretType3Chars): Return true so that Gfx.cc turns type3 characters into calls to drawImageMask
Diffstat (limited to 'poppler/CairoOutputDev.h')
-rw-r--r--poppler/CairoOutputDev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h
index 26f11d20..02a1d51e 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -52,7 +52,7 @@ public:
// Does this device use beginType3Char/endType3Char? Otherwise,
// text in Type 3 fonts will be drawn with drawChar/drawString.
- virtual GBool interpretType3Chars() { return gFalse; }
+ virtual GBool interpretType3Chars() { return gTrue; }
//----- initialization and control