EMF+: Add info about logging.

Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
This commit is contained in:
Jan Holesovsky
2014-03-04 22:41:18 +01:00
parent be4f7ea3f6
commit a6560b114a

View File

@@ -141,3 +141,14 @@ rendering:
another interesting part is actual rendering into canvas bitmap and another interesting part is actual rendering into canvas bitmap and
using that bitmap later in code using vcl API. using that bitmap later in code using vcl API.
EMF+ implementation has some extensive logging, best if you do a dbgutil
build, and then
export SAL_LOG=+INFO.cppcanvas.emf+INFO.vcl.emf
before running LibreOffice; it will give you lots of useful hints.
You can also fallback to EMF (from EMF+) rendering via
export EMF_PLUS_DISABLE=1