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

FontCountTotal number of font resources referenced in the document
EmbeddedCountIl numero di programmi di font completamente o parzialmente incorporati
NotEmbeddedCountIl numero di font non incorporati, che potrebbero richiedere il fallback dei font di sistema all'interno delle applicazioni di visualizzazione
SubsettedCountIl numero di font a cui รจ stato applicato il subsetting
Standard14CountIl numero di font standard PDF base 14 PostScript (ad es. Helvetica, Times, Courier)
CIDFontCountIl numero di font CID-keyed multi-byte compositi (spesso usati per testi CJK)
Type3CountIl numero di font Type 3 definiti dall'utente
UnknownCountIl numero di font con metadati di tipo corrotti o layout non riconosciuti

See also

GetDocumentFontDiagnostics