Enum SvgFontStretch
The desired amount of condensing or expansion in the glyphs used to render the text.
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgFontStretchConverter))]
public enum SvgFontStretch
Fields
| Name | Description |
|---|---|
| Condensed | |
| Expanded | |
| ExtraCondensed | |
| ExtraExpanded | |
| Inherit | |
| Narrower | |
| Normal | |
| SemiCondensed | |
| SemiExpanded | |
| UltraCondensed | |
| UltraExpanded | |
| Wider |