| Import line: | Pango = imports.gi.Pango; | 
| GIR File: | Pango-1.0.gir | 
| C documentation: | Pango.Weight | 
| Enum : | Weight | 
| Properties | |
|---|---|
| 
		guint32 Pango.Weight.BOLD : 700
			 | |
| 
		guint32 Pango.Weight.BOOK : 380
			 | |
| 
		guint32 Pango.Weight.HEAVY : 900
			 | |
| 
		guint32 Pango.Weight.LIGHT : 300
			 | |
| 
		guint32 Pango.Weight.MEDIUM : 500
			 | |
| 
		guint32 Pango.Weight.NORMAL : 400
			 | |
| 
		guint32 Pango.Weight.SEMIBOLD : 600
			 | |
| 
		guint32 Pango.Weight.THIN : 100
			 | |
| 
		guint32 Pango.Weight.ULTRABOLD : 800
			 | |
| 
		guint32 Pango.Weight.ULTRAHEAVY : 1000
			 | |
| 
		guint32 Pango.Weight.ULTRALIGHT : 200
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Pango Method | Parses a font weight. | 
| Pango.FontDescription Method | 
			get_weight
				
				 () 
			
				
					 : 
					Pango.Weight
					
				
			
		 Gets the weight field of a font description. | 
| Pango.FontDescription Method | 
			set_weight
				
				 (Weight weight) 
			
				
					 : 
					none
					
				
			
		 Sets the weight field of a font description. |