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);