[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.PreciseCharPositions

PreciseCharPositions Property

PreciseCharPositions

Gets or sets a value indicating whether the positions are set for each individual character within the 'text' element.

Setting this property to true makes the resulting SVG file larger but provides more precise positioning of individual characters.

Changing this property only affects subsequent calls to DrawTextLayout(TextLayout, PointF), DrawString(string, TextFormat, PointF) and DrawString(string, TextFormat, RectangleF, TextAlignment, ParagraphAlignment, bool) methods. Already rendered text is not affected.

This property is ignored if DrawTextAsPath is true.

The default is false.

Declaration
public bool PreciseCharPositions { get; set; }
Public Property PreciseCharPositions As Boolean