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;