[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontStretch

Enum SvgFontStretch

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

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

public enum SvgFontStretch

Fields

Condensed = 3

Corresponds to 'condensed' font stretch.

Expanded = 6

Corresponds to 'expanded' font stretch.

ExtraCondensed = 2

Corresponds to 'extra-condensed' font stretch.

ExtraExpanded = 7

Corresponds to 'extra-expanded' font stretch.

Normal = 0

The normal font stretch.

SemiCondensed = 4

Corresponds to 'semi-condensed' font stretch.

SemiExpanded = 5

Corresponds to 'semi-expanded' font stretch.

UltraCondensed = 1

The narrowest font stretch.

UltraExpanded = 8

The widest font stretch.