FMX.Memo.Style.TStyledMemo.GetLineHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLineHeight: Single;

C++

float __fastcall GetLineHeight();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo

Description

Returns the height, in pixels, of one line of text.

Note: The returned value represents the current font Size property, multiplied by 1.25.

See Also