Property SkipMissingFonts
SkipMissingFonts
ON by default, and that is a behaviour-changing default: on a font-name miss PdfPig otherwise reads and parses the name table of every file in the system font directory — a multi-second stall on Android the first time such a PDF appears. Spec 17 item 6 measures what the flag costs in extraction quality; until it is measured the default stands.
public bool SkipMissingFonts { get; set; }