More TODOs and stale TODO elimination.

This commit is contained in:
Pietro Gagliardi 2016-04-20 02:52:46 -04:00
parent 8493bc3c5d
commit 9b1d75bec2
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
// 22 december 2015
#include "test.h"
// TODO draw a rectangle pointing out where (10,10) is both to test initial colors and to figure out what the *real* ascent is
// TODO figure out how the various backends handle non-BMP characters/surrogate pairs
static uiEntry *textString;
static uiFontButton *textFontButton;

View File

@ -1,8 +1,6 @@
// 22 december 2015
#include "test.h"
// TODO draw a rectangle pointing out where (10,10) is both to test initial colors and to figure out what the *real* ascent is
static uiEntry *textString;
static uiEntry *textFont;
static uiEntry *textSize;
@ -27,7 +25,7 @@ static double entryDouble(uiEntry *e)
return d;
}
// TODO this should be altered not to restore all state on exit so default text attributes can be checked
// TODO this should be altered not to restore all state on exit so default text colors can be checked
static void drawGuides(uiDrawContext *c, uiDrawTextFontMetrics *m)
{
uiDrawPath *p;