[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontStretch

SvgFontStretch Enum

Defines the width of the font, selects a normal, condensed, or expanded face from a font family.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgFontStretch
Public Enum SvgFontStretch

Fields

Name Description
Condensed

Corresponds to 'condensed' font stretch.

Expanded

Corresponds to 'expanded' font stretch.

ExtraCondensed

Corresponds to 'extra-condensed' font stretch.

ExtraExpanded

Corresponds to 'extra-expanded' font stretch.

Normal

The normal font stretch.

SemiCondensed

Corresponds to 'semi-condensed' font stretch.

SemiExpanded

Corresponds to 'semi-expanded' font stretch.

UltraCondensed

The narrowest font stretch.

UltraExpanded

The widest font stretch.