FontWeightNum typedef

FontWeightNum = int

Numeric font weight (100, 200, …, 900). Common values: 400 (normal), 700 (bold).

Implementation

typedef FontWeightNum = int;