[]
Represents statistical data about fonts and font optimizations. An instance of this class is created and returned by the OptimizeFonts() method.
public class GcPdfDocument.FontsUsageStats
public FontsUsageStats()
Gets a list of tuples describing font replacements. Each element is a pair of values:
public List<Tuple<GcPdfDocument.FontsUsageStats.FontSubsetInfo, GcPdfDocument.FontsUsageStats.FontSubsetInfo>> FontReplacements { get; }
Gets the list of fonts that were processed.
public List<GcPdfDocument.FontsUsageStats.FontInfo> Fonts { get; }