Up
_gtkFontStretchSet
_gtkFontStretchSet defines the stretch of a Font object.
Prototype : fun [ObjGtkFont I] ObjGtkFont
- ObjGtkFont : any Font object
- I : one of these following values :
- FONT_STRETCH_ULTRA_CONDENSED (100)
- FONT_STRETCH_EXTRA_CONDENSED
- FONT_STRETCH_CONDENSED
- FONT_STRETCH_SEMI_CONDENSED
- FONT_STRETCH_NORMAL
- FONT_STRETCH_SEMI_EXPANDED
- FONT_STRETCH_EXPANDED
- FONT_STRETCH_EXTRA_EXPANDED
- FONT_STRETCH_ULTRA_EXPANDED (1000)
- or another integer between 100 and 1000
- Return ObjGtkFont : the same Font object or nil
if an error occurs.
See also
Example