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

Thorsten Behrens (CIB) <t...@libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyInteresting,
                   |                            |easyHack
                 CC|                            |t...@libreoffice.org

--- Comment #17 from Thorsten Behrens (CIB) <t...@libreoffice.org> ---
Interesting - since the pdf import internally generates an odf file, now that
font embedding for odf is implemented, that should not be excessively hard to
fix.

Code pointers:
 - sdext/source/pdfimport/tree/drawtreevisiting.cxx: aFontProps[
"fo:font-family" ] = rFont.familyName
   for where to write the stuff
 - xmloff/source/style/XMLFontAutoStylePool.cxx: if( tryToEmbedFonts ) for code
that actually embeds fonts (note that you want the bExportFlat case)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to