Exemplo n.º 1
0
//void                 pango_font_description_set_stretch       (PangoFontDescription *desc,
//							       PangoStretch          stretch);
func (v *FontDescription) SetStretch(stretch Stretch) {
	C.pango_font_description_set_stretch(v.native(), (C.PangoStretch)(stretch))
}
Exemplo n.º 2
0
func (self *FontDescription) SetStretch(pango_Stretch int) {
	C.pango_font_description_set_stretch(self.object, C.PangoStretch(pango_Stretch))
}