From 7920559aa5a3279f16a5ecf2510ca8622a8dcf05 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 20 Feb 2017 12:50:00 -0500 Subject: [PATCH] More TODOs. --- examples/drawtext/attributes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/drawtext/attributes.c b/examples/drawtext/attributes.c index c0a4e5e9..f0868a8b 100644 --- a/examples/drawtext/attributes.c +++ b/examples/drawtext/attributes.c @@ -168,6 +168,7 @@ static void setupAttributedString(void) uiAttributedStringAppendUnattributed(attrstr, ", "); // TODO randomize these ranges better + // TODO make some overlap to test that // TODO also change colors to light foreground dark background next = "or any combination of the above"; start = uiAttributedStringLen(attrstr);