PDFium Component Docs

FontAscent プロパティ

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdfView  ·  ユニット: PDFium
TPdfView wrapper that forwards to TPdf.FontAscent.

構文

property FontAscent[Index: Integer; FontSize: Single]: Single;

説明

Mirrors TPdf.FontAscent. The TPdfView component forwards the call to its underlying Pdf 呼び出しで文書が変更された場合は、ビューを更新します

TPdf.FontAscent の意味上の注意はすべてここにも同様に当てはまります。違いは、モデル object ではなく visual control を通して操作することだけです

When TPdfView is bound to an external TPdf (assigning PdfView1.Pdf := Pdf1)、このメンバーを読み取ると同じデータが返ります Pdf1.FontAscent。TPdfView が内部の TPdf を所有している場合、このメンバーだけが公開アクセサです

備考

if PdfView1.Active then
  Memo1.Lines.Add('FontAscent = ' + VarToStr(PdfView1.FontAscent));

関連項目

FontAscent, Pdf, Active