[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FontsUsageStats.FontSubsetInfo

GcPdfDocument.FontsUsageStats.FontSubsetInfo Class

Represents a font subset and its usage in a PDF.

Inheritance
GcPdfDocument.FontsUsageStats.FontSubsetInfo
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class GcPdfDocument.FontsUsageStats.FontSubsetInfo
Public Class GcPdfDocument.FontsUsageStats.FontSubsetInfo

Constructors

Name Description
FontSubsetInfo()

Properties

Name Description
Conflicts

Gets the list of font subsets that define sets of characters which conflict with the set of characters defined in the current subset. A conflict occurs if the same PDF code is associated with different Unicode character or glyph in different font subsets.

ContainedIn

Gets the list of font subsets that define sets of characters which contain all characters in the current subset.

Contains

Gets the list of font subsets that define sets of characters which are fully contained in the current subset.

Font

Gets the Font object associated with this subset.

Intersects

Gets the list of font subsets that define sets of characters that intersect with the set of characters defined in the current subset.

Same

Gets the list of font subsets that define the exact same set of characters as the current subset.

SubsetName

Gets the name of the subset.