Package: pango
GEnum pango:weight
Declaration(gobject:define-genum "PangoWeight" weight (:export t :allow-undeclared-values t :type-initializer "pango_weight_get_type") (:thin 100) (:ultralight 200) (:light 300) (:semilight 350) (:book 380) (:normal 400) (:medium 500) (:semibold 600) (:bold 700) (:ultrabold 800) (:heavy 900) (:ultraheavy 1000)) Values
Details
An enumeration specifying the weight (boldness) of a font.
This is a numerical value ranging from 100 to 1000, but there are some
predefined values. Note | See also |
2024-3-3