From: jpbruyere Date: Sun, 31 Jul 2016 10:29:20 +0000 (+0200) Subject: Merge branch 'StylingImprovments' X-Git-Tag: v0.4~24 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=9a8f162ca773a0a4b8748e631d53935dfd9831dc;p=jp%2Fcrow.git Merge branch 'StylingImprovments' --- 9a8f162ca773a0a4b8748e631d53935dfd9831dc diff --cc src/GraphicObjects/TextRun.cs index 6af22025,cc882f40..35b46f18 --- a/src/GraphicObjects/TextRun.cs +++ b/src/GraphicObjects/TextRun.cs @@@ -279,16 -279,21 +277,16 @@@ namespace Cro continue; } - Foreground.SetAsSource (gr); + Foreground.SetAsSource (gr); gr.MoveTo (rText.X, rText.Y + fe.Ascent + fe.Height * curLineCount); -#if _WIN32 || _WIN64 - gr.ShowText(ll.ToUtf8()); -#elif __linux__ gr.ShowText (ll); -#endif gr.Fill (); curLineCount++; - } - } + } } #endregion - } + } }