Name | Description | |
---|---|---|
FontHandler Constructor | Initializes a new instance of the FontHandler class. |
The following tables list the members exposed by FontHandler.
Name | Description | |
---|---|---|
FontHandler Constructor | Initializes a new instance of the FontHandler class. |
Name | Description | |
---|---|---|
Doc | Gets the GcPdfDocument owning this FontHandler. | |
EmbedMode | Gets or sets the font embedding mode.
By default this property is unspecified (null), and the actual embedding mode depends on whether or not the Font is one of StandardFonts. For standard fonts, GcPdfDocument.StandardFontEmbedMode determines the embedding mode. For all other fonts, GcPdfDocument.FontEmbedMode determines the embedding mode. | |
Font | Gets the GrapeCity.Documents.Text.Font associated with this FontHandler. | |
FontSubsetFlags | Gets or sets the flags that allow fine-tuning the creation of subset for this font.
By default this is null, which indicates that GcPdf will select appropriate flags automatically. | |
Owner | Gets the FontHandlerCollection containing this FontHandler. | |
UsedInDocument | Gets a value indicating whether the current font is actually used in the document. | |
Utf32CodeSet | Gets or sets a GrapeCity.Documents.Text.Utf32CodeSet object that specifies which Unicode characters will be included in the embedded subset in addition to the glyphs used in the static document content.
By default this property is null. |