[Poppler-bugs] [Bug 2807] doesn't handle text rendering modes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 27 00:04:56 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=2807

thomasf <Thomas.Freitag at alfa.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #36513|0                           |1
        is obsolete|                            |

--- Comment #14 from thomasf <Thomas.Freitag at alfa.de> 2010-06-27 00:04:56 PDT ---
Created an attachment (id=36528)
 View: https://bugs.freedesktop.org/attachment.cgi?id=36528
 Review: https://bugs.freedesktop.org/review?bug=2807&attachment=36528

Consider render value when colorizing text

Thinking a little bit more about this PDF I recognized that I should consider
the actual text render mode:
If (render & 4) filling text is already done by PDF commands and should not be
done by manually filling it with the pattern colorspace.
Only if !(render & 4) and actual colorspace is pattern colorspace we should
fill it manually.
That also means that changing the rendering mode should change this behaviour.
Therefore I redesigned the code a little bit. This now should work in a more
general way.
Once again: If this change will run through Your regtest, I'll have a look at
PSOutputDev again.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list