Enumeration
PangoWeight
Description [src]
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.
Members
| Name | Description | 
|---|---|
| PANGO_WEIGHT_THIN | The thin weight (= 100) Since: 1.24 | 
| PANGO_WEIGHT_ULTRALIGHT | The ultralight weight (= 200) | 
| PANGO_WEIGHT_LIGHT | The light weight (= 300) | 
| PANGO_WEIGHT_SEMILIGHT | The semilight weight (= 350) Since: 1.36.7 | 
| PANGO_WEIGHT_BOOK | The book weight (= 380) Since: 1.24) | 
| PANGO_WEIGHT_NORMAL | The default weight (= 400) | 
| PANGO_WEIGHT_MEDIUM | The normal weight (= 500) Since: 1.24 | 
| PANGO_WEIGHT_SEMIBOLD | The semibold weight (= 600) | 
| PANGO_WEIGHT_BOLD | The bold weight (= 700) | 
| PANGO_WEIGHT_ULTRABOLD | The ultrabold weight (= 800) | 
| PANGO_WEIGHT_HEAVY | The heavy weight (= 900) | 
| PANGO_WEIGHT_ULTRAHEAVY | The ultraheavy weight (= 1000) Since: 1.24 |