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字型類型中繼資料損毀或版面配置無法識別的字型數量

See also

GetDocumentFontDiagnostics