PDFium Component Docs

FontDescent プロパティ

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

構文

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

説明

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

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

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

備考

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

関連項目

FontDescent, Pdf, Active