You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Volker Bethke (Jira)" <ji...@apache.org> on 2022/06/08 15:15:00 UTC

[jira] [Created] (FOP-3075) PCL: Text Rendering option "bitmap" has no effect

Volker Bethke created FOP-3075:
----------------------------------

             Summary: PCL: Text Rendering option "bitmap" has no effect
                 Key: FOP-3075
                 URL: https://issues.apache.org/jira/browse/FOP-3075
             Project: FOP
          Issue Type: Bug
          Components: renderer/pcl
    Affects Versions: 2.7
            Reporter: Volker Bethke


With this config:
{code:java}
<renderer mime="application/x-pcl">
    <rendering>quality</rendering>
    <text-rendering>bitmap</text-rendering>
    <images mode="color" />
</renderer>{code}
the text is rendered as text (if base-14 font like "sans-serif").

 

With this config:
{code:java}
<renderer mime="application/x-pcl">
    <rendering>bitmap</rendering>
    <text-rendering>bitmap</text-rendering>
    <images mode="color" />
</renderer>  {code}
text is rendered as bitmap. The color images are not rendered as color. This seems another bug. And double-lined-borders are renderes as single line, also in quality mode.

I tested rendering by converting the rendered pcl to pdf (also printing to printers)

 
{code:java}
gpcl6-952-linux-x86_64 -o test.pcl.pdf -sDEVICE=pdfwrite -f test.pcl {code}
 

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)