parseStretch

fnbool parseStretch(string str, out pango.types.Stretch stretch, bool warn)

Parses a font stretch.

The allowed values are "ultra_condensed", "extra_condensed", "condensed", "semi_condensed", "normal", "semi_expanded", "expanded", "extra_expanded" and "ultra_expanded". Case variations are ignored and the '_' characters may be omitted.

Parameters

stra string to parse.
stretcha [pango.types.Stretch] to store the result in.
warnif true, issue a g_warning() on bad input.

Returns

true if str was successfully parsed.