Name | Description | |
---|---|---|
AvailableFonts | Gets or sets fonts available to save in the document. The default value is GrapeCity.Documents.Text.FontCollection.SystemFonts. | |
CommonSystemFontNames | Gets the collection of common system font names. If the value of EmbedSystemFonts is false, then the fonts from this collection will not be embedded. | |
EmbedSystemFonts | Gets or sets a value indicating whether to embed common system fonts. The default is false.
This property has no effect if the value of the FontEmbedMode property is FontEmbedMode.None. | |
FontEmbedMode | Gets or sets the font embedding mode. The default value is FontEmbedMode.None.
This property has no effect if the value of the SaveFontInfos property is SaveFontInfos.KeepExisting. | |
SaveFontInfos | Gets or sets a value specifying how to save information about the fonts used in the current document. The default value is SaveFontInfos.SaveMissing. |