Method LetterSpacing
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
LetterSpacing(double)
Sets a letter spacing.
public TextStyle LetterSpacing(double letterSpacing)
Parameters
letterSpacing
doubleThe letter spacing.
Returns
- TextStyle
The copy of this style with the applied letter spacing.
Remarks
Letter spacing controls space between characters. Value 0 corresponds to normal spacing defined by a font. Positive values create additional space, whereas negative values reduce space between characters. The space is relative to the font size.