[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FontsUsageStats.FontInfo

Class GcPdfDocument.FontsUsageStats.FontInfo

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents information about a font and its usage in a PDF.

public class GcPdfDocument.FontsUsageStats.FontInfo
Inheritance
GcPdfDocument.FontsUsageStats.FontInfo
Inherited Members

Constructors

FontInfo()

public FontInfo()

Properties

MergeInfos

Gets the list of fonts merge infos.

public List<GcPdfDocument.FontsUsageStats.MergeInfo> MergeInfos { get; }

Property Value

List<GcPdfDocument.FontsUsageStats.MergeInfo>

Name

Gets the font name.

public string Name { get; }

Property Value

string

Subsets

Gets the list of subsets.

public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Subsets { get; }

Property Value

List<GcPdfDocument.FontsUsageStats.FontSubsetInfo>