TFontCache.LineHeight

property LineHeight: double; //read only

This readonly property is defined by FontReader, and is the sum of its fontInfo.ascent and fontInfo.descent properties.

Note: LineHeight is commonly about 25% larger that FontHeight.

See Also

FontHeight, FontReader