Lines Matching refs:setFontStretch
1538 setFontStretch(FontStretch_normal); in parseStyleAttribute()
1542 setFontStretch(FontStretch_wider); in parseStyleAttribute()
1546 setFontStretch(FontStretch_narrower); in parseStyleAttribute()
1550 setFontStretch(FontStretch_ultra_condensed); in parseStyleAttribute()
1554 setFontStretch(FontStretch_extra_condensed); in parseStyleAttribute()
1558 setFontStretch(FontStretch_condensed); in parseStyleAttribute()
1562 setFontStretch(FontStretch_semi_condensed); in parseStyleAttribute()
1566 setFontStretch(FontStretch_semi_expanded); in parseStyleAttribute()
1570 setFontStretch(FontStretch_expanded); in parseStyleAttribute()
1574 setFontStretch(FontStretch_extra_expanded); in parseStyleAttribute()
1578 setFontStretch(FontStretch_ultra_expanded); in parseStyleAttribute()