]> source.dussan.org Git - xmlgraphics-fop.git/commit
Several bug fixes in PCLRenderer (border painting mostly).
authorJeremias Maerki <jeremias@apache.org>
Wed, 17 May 2006 15:06:42 +0000 (15:06 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 17 May 2006 15:06:42 +0000 (15:06 +0000)
commit436c9f26ea62ed151f38a5eaf4e5e69fa67afda1
tree76ac37816b1ba41fed1f6cae29aadfce8e68dfa7
parentf0497748703427a76652ac82662a3613d9ef05a6
Several bug fixes in PCLRenderer (border painting mostly).
Option in AbstractGraphics2DAdapter to work with or without alpha.
Text Setup changed to the Java2D model. Custom font painting is now done through Java2D as bitmaps for all fonts which are not supported by the pre-defined set. This was done as a shortcut for full-fledged TrueType support which seems to be a little complicated in PCL. BTW, Microsoft PCL printer drivers do the same, i.e. paint text as bitmaps.
Image printing refined, but my attempt at handling bitmasked images (transparency) didn't work out. While the previewers did the expected thing, the printer hardware flat-out ignored it, so it's disabled now.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@407277 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/AbstractGraphics2DAdapter.java
src/sandbox/org/apache/fop/render/afp/AFPGraphics2DAdapter.java
src/sandbox/org/apache/fop/render/pcl/PCLGenerator.java
src/sandbox/org/apache/fop/render/pcl/PCLGraphics2D.java
src/sandbox/org/apache/fop/render/pcl/PCLGraphics2DAdapter.java
src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java