https://bugs.documentfoundation.org/show_bug.cgi?id=92849

Armin Le Grand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #4 from Armin Le Grand <[email protected]> ---
The FontBackgroundColor is set at the Font and recorded in a metafile when the
font is set at the OutputDevice. Export to PNG and JPG uses Vcl to paint the
stuff or metafile, thus the info remains and the vcl text renderers in
OutputDevice (DrawTextArray and DrawText) will do the necessary and draw the
text background.
For SVG and PDF the model data is accessed and the information that text
bachground color is used has to be used explicitely. Not sure about SVG export.

For PDF export a metafile is recorded and then the single actions get exported
to PDF. Probably at text export, the test and code to add text background color
fillings is missing. Checking there...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to