[]
Represents information about a font and its usage in a PDF.
public class GcPdfDocument.FontsUsageStats.FontInfo
public FontInfo()
Gets the list of fonts merge infos.
public List<GcPdfDocument.FontsUsageStats.MergeInfo> MergeInfos { get; }
Gets the font name.
public string Name { get; }
Gets the list of subsets.
public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Subsets { get; }