Method CountAffectedRuns
CountAffectedRuns(ResolvedDocument, FontPreflightReport)
Counts the text runs whose font references at least one substituted family from a preflight report. Used to build the aggregated end-of-conversion substitution summary.
public static int CountAffectedRuns(ResolvedDocument document, FontPreflightReport report)
Parameters
documentResolvedDocumentThe resolved document.
reportFontPreflightReportA preflight report over the same document.
Returns
- int
The number of text runs affected by a substitution.
Exceptions
- ArgumentNullException
documentorreportis null.