From 2342f191f44893c7f0fbf7bed7c299506e5a29cb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 9 Jan 2016 20:58:52 -0500 Subject: [PATCH] More TODOs. Big TODOs. --- ui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.h b/ui.h index 60e242ba..e82c537a 100644 --- a/ui.h +++ b/ui.h @@ -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;