[Libreoffice-commits] .: vcl/source
Andras Timar
timar at kemper.freedesktop.org
Sun Oct 10 10:12:03 PDT 2010
vcl/source/glyphs/graphite_layout.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1fb088f412168e0070c010207026a7a3821c77e2
Author: Keith Stribley <kstribley at openoffice.org>
Date: Sun Oct 10 19:08:34 2010 +0200
fix of underlining problem with Graphite fonts #i114765#
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx
index fbc0595..425a255 100644
--- a/vcl/source/glyphs/graphite_layout.cxx
+++ b/vcl/source/glyphs/graphite_layout.cxx
@@ -1085,6 +1085,7 @@ void GraphiteLayout::expandOrCondense(ImplLayoutArgs &rArgs)
mvCharDxs[i] = fXFactor * static_cast<float>(mvCharDxs[i]);
}
}
+ mnWidth = rArgs.mnLayoutWidth;
}
void GraphiteLayout::ApplyDXArray(ImplLayoutArgs &args, std::vector<int> & rDeltaWidth)
More information about the Libreoffice-commits
mailing list