FMX.Memo.Style.TStyledMemo.GetLineHeight

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetLineHeight: Single;

C++

float __fastcall GetLineHeight();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo


説明

テキスト 1 行の高さを、ピクセルで返します。

メモ: 戻り値は、現在のフォントの Size プロパティを表し、1.25 倍されます。

関連項目