[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgLengthAdjust

SvgLengthAdjust Enum

Determines whether the glyphs themselves should be stretched or compressed in addition to the advance values.

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

Fields

Name Description
Spacing

Indicates that only the advance values are adjusted. The glyphs themselves are not stretched or compressed.

SpacingAndGlyphs

Indicates that the advance values are adjusted and the glyphs themselves stretched or compressed in one axis.