PangoWeight

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:

Value

Symbolic name

Description

  200Pango::WEIGHT_ULTRALIGHT The ultralight weight
  300Pango::WEIGHT_LIGHT The light weight
  400Pango::WEIGHT_NORMAL The default weight
  600Pango::WEIGHT_SEMIBOLD A weight intermediate between normal and bold
  700Pango::WEIGHT_BOLD The bold weight
  800Pango::WEIGHT_ULTRABOLD The ultrabold weight
  900Pango::WEIGHT_HEAVY The heavy weight