PDFium Component Docs

FontFamilyName プロパティ

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

構文

property FontFamilyName[Index: Integer]: WString;

説明

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

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

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

備考

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

関連項目

FontFamilyName, Pdf, Active