[]
Gets or sets a value indicating whether the positions are set for each individual character within the SVG text element.
Setting this property to false makes the resulting SVG file smaller but provides less precise positioning of individual characters.
The default is true.
This property is ignored when rendering to formats other than SVG or if DrawSvgTextAsPath is true.
public bool PreciseCharPositions { get; set; }
Public Property PreciseCharPositions As Boolean