From 84d49cd45bfe5d6e0d126689add89d5ce347878a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 4 Nov 2017 11:18:25 -0400 Subject: [PATCH] Decided to keep the minimum and maximum weights as 0 and 1000. --- ui_attrstr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui_attrstr.h b/ui_attrstr.h index 27fd7473..a30302e0 100644 --- a/ui_attrstr.h +++ b/ui_attrstr.h @@ -234,8 +234,6 @@ _UI_EXTERN void uiAttributedStringForEachAttribute(uiAttributedString *s, uiAttr typedef struct uiDrawFontDescriptor uiDrawFontDescriptor; -// TODO Minimum == 1? IIRC there is at least one font on OS X that actually has a weight of 0 -// TODO Maximum == 999? IIRC there is at least one font on OS X that actually has a weight of 1000 _UI_ENUM(uiDrawTextWeight) { uiDrawTextWeightMinimum = 0, uiDrawTextWeightThin = 100,