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 | Total number of font resources referenced in the document |
|---|---|
| EmbeddedCount | Il numero di programmi di font completamente o parzialmente incorporati |
| NotEmbeddedCount | Il numero di font non incorporati, che potrebbero richiedere il fallback dei font di sistema all'interno delle applicazioni di visualizzazione |
| SubsettedCount | Il numero di font a cui รจ stato applicato il subsetting |
| Standard14Count | Il numero di font standard PDF base 14 PostScript (ad es. Helvetica, Times, Courier) |
| CIDFontCount | Il numero di font CID-keyed multi-byte compositi (spesso usati per testi CJK) |
| Type3Count | Il numero di font Type 3 definiti dall'utente |
| UnknownCount | Il numero di font con metadati di tipo corrotti o layout non riconosciuti |