Click or drag to resize

MTextFormattingOptionsCharacterSpaceFactor Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the space between characters as a multiple of the original spacing between characters.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double CharacterSpaceFactor { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
Valid values range from a minimum of .75 to 4 times the original spacing between characters. Set as 1.0 to apply the default character space factor.
See Also