An enumeration specifying the weight (boldness) of a font. This is a numerical
value ranging from 100 to 900, but there are some predefined values:
PANGO_WEIGHT_THIN
the thin weight (= 100; Since: 1.24)
PANGO_WEIGHT_ULTRALIGHT
the ultralight weight (= 200)
PANGO_WEIGHT_LIGHT
the light weight (= 300)
PANGO_WEIGHT_BOOK
the book weight (= 380; Since: 1.24)
PANGO_WEIGHT_NORMAL
the default weight (= 400)
PANGO_WEIGHT_MEDIUM
the normal weight (= 500; Since: 1.24)
PANGO_WEIGHT_SEMIBOLD
the semibold weight (= 600)
PANGO_WEIGHT_BOLD
the bold weight (= 700)
PANGO_WEIGHT_ULTRABOLD
the ultrabold weight (= 800)
PANGO_WEIGHT_HEAVY
the heavy weight (= 900)
PANGO_WEIGHT_ULTRAHEAVY
the ultraheavy weight (= 1000; Since: 1.24)
An enumeration specifying the weight (boldness) of a font. This is a numerical value ranging from 100 to 900, but there are some predefined values: PANGO_WEIGHT_THIN the thin weight (= 100; Since: 1.24) PANGO_WEIGHT_ULTRALIGHT the ultralight weight (= 200) PANGO_WEIGHT_LIGHT the light weight (= 300) PANGO_WEIGHT_BOOK the book weight (= 380; Since: 1.24) PANGO_WEIGHT_NORMAL the default weight (= 400) PANGO_WEIGHT_MEDIUM the normal weight (= 500; Since: 1.24) PANGO_WEIGHT_SEMIBOLD the semibold weight (= 600) PANGO_WEIGHT_BOLD the bold weight (= 700) PANGO_WEIGHT_ULTRABOLD the ultrabold weight (= 800) PANGO_WEIGHT_HEAVY the heavy weight (= 900) PANGO_WEIGHT_ULTRAHEAVY the ultraheavy weight (= 1000; Since: 1.24)