Weight
Description:
[ CCode ( cprefix = "PANGO_WEIGHT_" , type_id = "pango_weight_get_type ()" ) ]
public enum Weight
An enumeration specifying the weight (boldness) of a font.
Weight is specified as a numeric value ranging from 100 to 1000. This enumeration simply provides some common, predefined values.
Content:
Enum values:
- BOLD - the bold weight (= 700)
- BOOK - the book weight (= 380) Since: 1.24)
- HEAVY - the heavy weight (= 900)
- LIGHT - the light weight (= 300)
- MEDIUM - the medium weight (= 500) Since: 1.24
- NORMAL - the default weight (= 400)
- SEMIBOLD - the semibold weight (= 600)
- SEMILIGHT - the semilight weight (= 350)
Since: 1.36.7
- THIN - the thin weight (= 100) Since: 1.24
- ULTRABOLD - the ultrabold weight (= 800)
- ULTRAHEAVY - the ultraheavy weight (= 1000
) Since: 1.24
- ULTRALIGHT - the ultralight weight (= 200)