From 2dda00a071b3c0592747b6facced89065ef5c34a Mon Sep 17 00:00:00 2001 From: Brian Ferguson Date: Sun, 28 Jul 2013 12:01:35 -0600 Subject: [PATCH] D2D: Tweaks to spacing --- Common/Gfx/CanvasD2D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Gfx/CanvasD2D.cpp b/Common/Gfx/CanvasD2D.cpp index ee0920ef..a976144f 100644 --- a/Common/Gfx/CanvasD2D.cpp +++ b/Common/Gfx/CanvasD2D.cpp @@ -320,7 +320,7 @@ void CanvasD2D::DrawTextW(const WCHAR* str, UINT strLen, const TextFormat& forma if (!m_AccurateText) { - float emOffset = xOffset / 22.0f; + float emOffset = xOffset / 25.0f; DWRITE_TEXT_RANGE range = {0, strLen}; Microsoft::WRL::ComPtr textLayout;