Enumeration (GI Enum)

Pango-1.0PangoWeight

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.

Index

Enumeration Members

BOLD: number

the bold weight (= 700)

BOOK: number

the book weight (= 380) Since: 1.24)

HEAVY: number

the heavy weight (= 900)

LIGHT: number

the light weight (= 300)

MEDIUM: number

the medium weight (= 500) Since: 1.24

NORMAL: number

the default weight (= 400)

SEMIBOLD: number

the semibold weight (= 600)

SEMILIGHT: number

the semilight weight (= 350) Since: 1.36.7

THIN: number

the thin weight (= 100) Since: 1.24

ULTRABOLD: number

the ultrabold weight (= 800)

ULTRAHEAVY: number

the ultraheavy weight (= 1000) Since: 1.24

ULTRALIGHT: number

the ultralight weight (= 200)