FontLeading Property |
The leading of the font.
The vertical distance between two adjacent base lines in multiline text.
This is a recomended value when generating several lines of text. If the font does not define this value, is returned.
Note that TextGenerator(Text, Font, Double, NullablePoint) uses a fixed value of 1.2 instead of this property to initialize the Leading in order to maintain backward compatibility with earlier versions.
Exception | Condition |
---|---|
InvalidOperationException | if the font has already been closed |