Enum SvgFontStretch
- Namespace
- Svg
- Assembly
- Svg.dll
The desired amount of condensing or expansion in the glyphs used to render the text.
[TypeConverter(typeof(SvgFontStretchConverter))]
public enum SvgFontStretch
Fields
Condensed = 5
Expanded = 8
ExtraCondensed = 4
ExtraExpanded = 9
Inherit = 11
Narrower = 2
Normal = 0
SemiCondensed = 6
SemiExpanded = 7
UltraCondensed = 3
UltraExpanded = 10
Wider = 1