[]
Represents a font subset and its usage in a PDF.
public class GcPdfDocument.FontsUsageStats.FontSubsetInfo
Public Class GcPdfDocument.FontsUsageStats.FontSubsetInfo
Name | Description |
---|---|
FontSubsetInfo() |
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. |