From 9b1b7ce365d5d199995fb1d52a96e78ae4a9c1a6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 9 Jan 2016 18:36:21 -0500 Subject: [PATCH] More TODOs. --- ui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.h b/ui.h index da2c28af..60e242ba 100644 --- a/ui.h +++ b/ui.h @@ -535,6 +535,7 @@ struct uiDrawTextStyle { }; */ +// TODO wait why do I have these functions? I don't think they provide a correct line height... _UI_EXTERN double uiDrawTextSizeToPoints(double textSize); _UI_EXTERN double uiDrawPointsToTextSize(double points);