File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -257,16 +257,16 @@ static constant_def TT_WEIGHT_CLASS_constants[] = {
257
257
static PyTypeObject Py_TT_WIDTH_CLASS_Type ;
258
258
#define TT_WIDTH_CLASS_CONST (name ) DEF_CONST(name, TT_WIDTH_CLASS)
259
259
static constant_def TT_WIDTH_CLASS_constants [] = {
260
- {"ULTRA_CONDENSED" , 1 },
261
- {"EXTRA_CONDENSED" , 2 },
262
- {"CONDENSED" , 3 },
263
- {"SEMI_CONDENSED" , 4 },
264
- {"MEDIUM" , 5 },
265
- {"NORMAL" , 5 },
266
- {"SEMI_EXPANDED" , 6 },
267
- {"EXPANDED" , 7 },
268
- {"EXTRA_EXPANDED" , 8 },
269
- {"ULTRA_EXPANDED" , 9 },
260
+ {"ULTRA_CONDENSED" , 100 },
261
+ {"EXTRA_CONDENSED" , 200 },
262
+ {"CONDENSED" , 300 },
263
+ {"SEMI_CONDENSED" , 400 },
264
+ {"MEDIUM" , 500 },
265
+ {"NORMAL" , 500 },
266
+ {"SEMI_EXPANDED" , 600 },
267
+ {"EXPANDED" , 700 },
268
+ {"EXTRA_EXPANDED" , 800 },
269
+ {"ULTRA_EXPANDED" , 900 },
270
270
{NULL }
271
271
};
272
272
You can’t perform that action at this time.
0 commit comments