TPDFlibFontDiagnostics

Data Types

Description

TPDFlibFontDiagnostics is a record structure that summarizes document-wide font embedding and diagnostic statistics.

Syntax

Delphi

type TPDFlibFontDiagnostics = record
    FontCount: Integer;
    EmbeddedCount: Integer;
    NotEmbeddedCount: Integer;
    SubsettedCount: Integer;
    Standard14Count: Integer;
    CIDFontCount: Integer;
    Type3Count: Integer;
    UnknownCount: Integer;
  end;

Fields

FontCountจำนวนทรัพยากรฟอนต์ทั้งหมดที่อ้างอิงในเอกสาร
EmbeddedCountจำนวนโปรแกรมฟอนต์ที่ฝังอยู่ทั้งหมดหรือบางส่วน
NotEmbeddedCountจำนวนฟอนต์ที่ไม่ได้ฝัง ซึ่งอาจต้องใช้ฟอนต์สำรองของระบบภายในแอปพลิเคชันแสดงเอกสาร
SubsettedCountจำนวนฟอนต์แบบซับเซต
Standard14Countจำนวนฟอนต์ PostScript มาตรฐาน 14 ตัวของ PDF (เช่น Helvetica, Times, Courier)
CIDFontCountจำนวนฟอนต์คอมโพสิตแบบมัลติไบต์ที่ใช้คีย์ CID (มักใช้สำหรับข้อความ CJK)
Type3Countจำนวนฟอนต์ Type 3 ที่ผู้ใช้กำหนด
UnknownCountจำนวนฟอนต์ที่มีข้อมูลเมตาของประเภทเสียหายหรือเค้าโครงที่ไม่รู้จัก

See also

GetDocumentFontDiagnostics