From fd7c436b8a4b2c391cd731cf97414ecb93187887 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 14 Jun 2017 22:07:41 -0400 Subject: [PATCH] More TODOs. --- windows/drawtext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/drawtext.cpp b/windows/drawtext.cpp index f173f471..59d64097 100644 --- a/windows/drawtext.cpp +++ b/windows/drawtext.cpp @@ -7,6 +7,7 @@ // - if that's not a problem, do we have overlapping rects in the hittest sample? I can't tell... // - 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 +// - add overhang info to metrics? // TODO verify our renderer is correct, especially with regards to snapping