Method Pango.FontDescription()->set_stretch()
- Method
set_stretch
Pango.FontDescription
set_stretch(int
stretch
)- Description
Sets the stretch. This specifies how narrow or wide the font should be. One of
PANGO_STRETCH_CONDENSED
,PANGO_STRETCH_EXPANDED
,PANGO_STRETCH_EXTRA_CONDENSED
,PANGO_STRETCH_EXTRA_EXPANDED
,PANGO_STRETCH_NORMAL
,PANGO_STRETCH_SEMI_CONDENSED
,PANGO_STRETCH_SEMI_EXPANDED
,PANGO_STRETCH_ULTRA_CONDENSED
andPANGO_STRETCH_ULTRA_EXPANDED
.