[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgLengthAdjust

Enum SvgLengthAdjust

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

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

public enum SvgLengthAdjust

Fields

Spacing = 0

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

SpacingAndGlyphs = 1

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