More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-01-09 18:36:21 -05:00
parent 0ec7d91e22
commit 9b1b7ce365
1 changed files with 1 additions and 0 deletions

1
ui.h
View File

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