More TODOs and stale TODO elimination.
This commit is contained in:
parent
8493bc3c5d
commit
9b1d75bec2
|
@ -1,7 +1,7 @@
|
||||||
// 22 december 2015
|
// 22 december 2015
|
||||||
#include "test.h"
|
#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 uiEntry *textString;
|
||||||
static uiFontButton *textFontButton;
|
static uiFontButton *textFontButton;
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
// 22 december 2015
|
// 22 december 2015
|
||||||
#include "test.h"
|
#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 *textString;
|
||||||
static uiEntry *textFont;
|
static uiEntry *textFont;
|
||||||
static uiEntry *textSize;
|
static uiEntry *textSize;
|
||||||
|
@ -27,7 +25,7 @@ static double entryDouble(uiEntry *e)
|
||||||
return d;
|
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)
|
static void drawGuides(uiDrawContext *c, uiDrawTextFontMetrics *m)
|
||||||
{
|
{
|
||||||
uiDrawPath *p;
|
uiDrawPath *p;
|
||||||
|
|
Loading…
Reference in New Issue