PangoWeight

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.

Values

ValueMeaning
Thin100

the thin weight (= 100) Since: 1.24

Ultralight200

the ultralight weight (= 200)

Light300

the light weight (= 300)

Semilight350

the semilight weight (= 350) Since: 1.36.7

Book380

the book weight (= 380) Since: 1.24)

Normal400

the default weight (= 400)

Medium500

the medium weight (= 500) Since: 1.24

Semibold600

the semibold weight (= 600)

Bold700

the bold weight (= 700)

Ultrabold800

the ultrabold weight (= 800)

Heavy900

the heavy weight (= 900)

Ultraheavy1000

the ultraheavy weight (= 1000) Since: 1.24