Table of Contents

Method LetterSpacing

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

LetterSpacing(double, Unit)

Sets the extra space added between characters.

ITextBlock LetterSpacing(double value, Unit unit = Unit.Point)

Parameters

value double

The spacing.

unit Unit

The unit the spacing is expressed in.

Returns

ITextBlock

This block, for chaining.

Exceptions

ArgumentOutOfRangeException

The spacing is not finite.