Module: Pango::Weight

Defined in:
(unknown)

Constant Summary collapse

THIN =

the thin weight (= 100; Since: 1.24)

100 or :thin
ULTRALIGHT =

the ultralight weight (= 200)

200 or :ultralight
LIGHT =

the light weight (= 300)

300 or :light
SEMILIGHT =

the semilight weight (= 350; Since: 1.36.7)

350 or :semilight
BOOK =

the book weight (= 380; Since: 1.24)

380 or :book
NORMAL =

the default weight (= 400)

400 or :normal
MEDIUM =

the normal weight (= 500; Since: 1.24)

500 or :medium
SEMIBOLD =

the semibold weight (= 600)

600 or :semibold
BOLD =

the bold weight (= 700)

700 or :bold
ULTRABOLD =

the ultrabold weight (= 800)

800 or :ultrabold
HEAVY =

the heavy weight (= 900)

900 or :heavy
ULTRAHEAVY =

the ultraheavy weight (= 1000; Since: 1.24)

1000 or :ultraheavy