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 | 標準 PDF 基礎 14 PostScript 字型(例如 Helvetica、Times、Courier)的數量 |
| CIDFontCount | 複合多位元組 CID 索引字型的數量(通常用於中日韓文字) |
| Type3Count | 使用者定義 Type 3 字型的數量 |
| UnknownCount | 字型類型中繼資料損毀或版面配置無法識別的字型數量 |