EMF+: Add info about logging.
Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
This commit is contained in:
11
vcl/README
11
vcl/README
@@ -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
|
||||||
|
Reference in New Issue
Block a user