summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-21 11:43:14 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-21 13:26:14 +0300
commit566e47a19ded7c4864c0b1b4a6372a69bc22cc54 (patch)
tree2df2fde4529b45c7218c3e8b200192ca55738e00
parent6da81bb513399fe2008b002417bdfb4de68ea341 (diff)
Add a SAL_INFO
Change-Id: I3eb6a1f7dab30346a68050f37d31c082336ab7b6
-rw-r--r--vcl/source/outdev/font.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index 541df8ef3817..008ad172f844 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -201,6 +201,8 @@ FontMetric OutputDevice::GetFontMetric() const
aMetric.mpImplMetric->mnLineHeight = ImplDevicePixelToLogicHeight( pMetric->mnAscent+pMetric->mnDescent+mnEmphasisAscent+mnEmphasisDescent );
aMetric.mpImplMetric->mnSlant = ImplDevicePixelToLogicHeight( pMetric->mnSlant );
+ SAL_INFO("vcl.gdi", "OutputDevice::GetFontMetric:" << aMetric);
+
return aMetric;
}