SharpLeaf Reference > FontType Structure > Interline Property FontType.Interline Property
Height of blank space in-between lines : absolute in points if positive, relative to font size if negative.
public double Interline {get; set;}
Example
font.Interline = ¯0.5; // Interline of half the font size
See also ...Font Glossary | FontType.Members
Send comments on this topic © Dyalog Ltd 2021
|