Decided to keep the minimum and maximum weights as 0 and 1000.

This commit is contained in:
Pietro Gagliardi 2017-11-04 11:18:25 -04:00
parent 67a7b64f56
commit 84d49cd45b
1 changed files with 0 additions and 2 deletions

View File

@ -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,