emfio/source/reader/emfreader.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 3999f7001f4059a641858741fb2d2f7b5e45f452 Author: Chris Sherlock <[email protected]> AuthorDate: Sat Nov 30 11:11:39 2019 +1100 Commit: Bartosz Kosiorek <[email protected]> CommitDate: Sat Nov 30 13:04:05 2019 +0100 tdf#129106 vcl: add SAL_INFO to show the dxArray intercharacter spacings Change-Id: I948555cb4895390ded8b6c9b257486cdce175185 Reviewed-on: https://gerrit.libreoffice.org/84096 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <[email protected]> diff --git a/emfio/source/reader/emfreader.cxx b/emfio/source/reader/emfreader.cxx index ed42f904c011..77d5b58cfd00 100644 --- a/emfio/source/reader/emfreader.cxx +++ b/emfio/source/reader/emfreader.cxx @@ -1748,6 +1748,7 @@ namespace emfio } SAL_INFO("emfio", "\t\tText: " << aText); + SAL_INFO("emfio", "\t\tDxBuffer:"); std::unique_ptr<long[]> pDXAry, pDYAry; @@ -1789,6 +1790,7 @@ namespace emfio } } + SAL_INFO("emfio", "\t\t\tSpacing " << i << ": " << nDx); pDXAry[i] = nDx; if (nOptions & ETO_PDY) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
