More TODOs. Big TODOs.

This commit is contained in:
Pietro Gagliardi 2016-01-09 20:58:52 -05:00
parent 9b1b7ce365
commit 2342f191f4
1 changed files with 1 additions and 0 deletions

1
ui.h
View File

@ -493,6 +493,7 @@ typedef enum uiDrawTextGravity {
uiDrawTextGravityAuto,
} uiDrawTextGravity;
// TODO should this be renamed to uiDrawTextFontDescription? and should a pre-matched uiDrawTextFont be used for the initialStyle instead?
struct uiDrawInitialTextStyle {
const char *Family;
double Size;