Table of Contents

Class SvgBaseTextOptions

Namespace
Gve.Text.DTO
Assembly
Gve.Text.dll

SVG base text options for a Snapshot.

public class SvgBaseTextOptions
Inheritance
SvgBaseTextOptions
Inherited Members

Properties

CharSpacingOffset

Gets or sets the character spacing offset to add between each pair of characters.

public double CharSpacingOffset { get; set; }

Property Value

double

LineHeightOffset

Gets or sets the line height offset to add to the calculated line height.

public double LineHeightOffset { get; set; }

Property Value

double

MinLineHeights

Gets or sets the minimum line heights for each line number (1-N). You can specify a minimum line height for each line number to ensure that its height is at least the specified value.This is useful for making room between lines for annotations that may exceed the base text height.

public Dictionary<short, double>? MinLineHeights { get; set; }

Property Value

Dictionary<short, double>

Offset

Gets or sets the offset of the top-left origin of the base text.

public Point? Offset { get; set; }

Property Value

Point

SpcWidthOffset

Gets or sets the space width offset to add to the calculated width of each space character.

public double SpcWidthOffset { get; set; }

Property Value

double