FontInfoCollection Properties |
The FontInfoCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the collection.
| |
| EmbedSystemFonts | Specifies whether or not to embed System fonts into the document. Default value for this property is false. This option works only when EmbedTrueTypeFonts option is set to true. | |
| EmbedTrueTypeFonts |
Specifies whether or not to embed TrueType fonts in a document when it is saved.
Default value for this property is false.
| |
| ItemInt32 |
Gets a font at the specified index.
| |
| ItemString |
Gets a font with the specified name.
| |
| SaveSubsetFonts | Specifies whether or not to save a subset of the embedded TrueType fonts with the document. Default value for this property is false. This option works only when EmbedTrueTypeFonts property is set to true. |