Ejemplo n.º 1
0
//void                 pango_font_description_set_style         (PangoFontDescription *desc,
//							       PangoStyle            style);
func (v *FontDescription) SetStyle(style Style) {
	C.pango_font_description_set_style(v.native(), (C.PangoStyle)(style))
}
Ejemplo n.º 2
0
func (self *FontDescription) SetStyle(pango_Style int) {
	C.pango_font_description_set_style(self.object, C.PangoStyle(pango_Style))
}