Click or drag to resize

MTextFormattingOptionsCharacterSpaceFactor Property

Gets or sets the space between characters as a multiple of the original spacing between characters.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public double CharacterSpaceFactor { get; set; }

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