:right-sidebar: True Weight =================================================================== .. currentmodule:: gi.repository.Pango .. class:: Weight :no-contents-entry: 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. Fields ------ .. rst-class:: interim-class .. class:: Weight :no-index: .. attribute:: BOLD The bold weight (= 700) .. attribute:: BOOK The book weight (= 380) Since: 1.24) .. attribute:: HEAVY The heavy weight (= 900) .. attribute:: LIGHT The light weight (= 300) .. attribute:: MEDIUM The medium weight (= 500) Since: 1.24 .. attribute:: NORMAL The default weight (= 400) .. attribute:: SEMIBOLD The semibold weight (= 600) .. attribute:: SEMILIGHT The semilight weight (= 350) Since: 1.36.7 .. attribute:: THIN The thin weight (= 100) Since: 1.24 .. attribute:: ULTRABOLD The ultrabold weight (= 800) .. attribute:: ULTRAHEAVY The ultraheavy weight (= 1000) Since: 1.24 .. attribute:: ULTRALIGHT The ultralight weight (= 200)