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 = 5Expanded = 8ExtraCondensed = 4ExtraExpanded = 9Inherit = 11Narrower = 2Normal = 0SemiCondensed = 6SemiExpanded = 7UltraCondensed = 3UltraExpanded = 10Wider = 1