From df2a726c1beabf7068674a6a111faad004b87da9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 25 Feb 2017 01:24:43 -0500 Subject: [PATCH] And fixed on Windows too. We're good. --- windows/drawtext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/drawtext.cpp b/windows/drawtext.cpp index 67ec0a47..275420da 100644 --- a/windows/drawtext.cpp +++ b/windows/drawtext.cpp @@ -5,7 +5,7 @@ // TODO // - consider the warnings about antialiasing in the PadWrite sample // - if that's not a problem, do we have overlapping rects in the hittest sample? I can't tell... -// - what happens if any nLines == 0? +// - empty string: nLines == 1 and all checks out except extents has x == 0 when not left aligned // - paragraph alignment is subject to RTL mirroring; see if it is on other platforms // TODO verify our renderer is correct, especially with regards to snapping