Aspose.Words.Fonts module
Contents
[
Hide
]The Aspose.Words.Fonts module provides classes and enumerations to access information about fonts used in a document.
Classes
| Class | Description |
|---|---|
| DefaultFontSubstitutionRule | Default font substitution rule. To learn more, visit the Working with Fonts documentation article. |
| FileFontSource | Represents the single TrueType font file stored in the file system. To learn more, visit the Working with Fonts documentation article. |
| FolderFontSource | Represents the folder that contains TrueType font files. To learn more, visit the Working with Fonts documentation article. |
| FontConfigSubstitutionRule | Font config substitution rule. To learn more, visit the Working with Fonts documentation article. |
| FontEmbeddingLicensingRights | Represents embedding licensing rights for the font. |
| FontFallbackSettings | Specifies font fallback mechanism settings. To learn more, visit the Working with Fonts documentation article. |
| FontInfo | Specifies information about a font used in the document. To learn more, visit the Working with Fonts documentation article. |
| FontInfoCollection | Represents a collection of fonts used in a document. To learn more, visit the Working with Fonts documentation article. |
| FontInfoSubstitutionRule | Font info substitution rule. To learn more, visit the Working with Fonts documentation article. |
| FontNameSubstitutionRule | Font substitution rule for processing font name. To learn more, visit the Working with Fonts documentation article. |
| FontSettings | Specifies font settings for a document. To learn more, visit the Working with Fonts documentation article. |
| FontSourceBase | This is an abstract base class for the classes that allow the user to specify various font sources. To learn more, visit the Working with Fonts documentation article. |
| FontSubstitutionRule | This is an abstract base class for the font substitution rule. To learn more, visit the Working with Fonts documentation article. |
| FontSubstitutionSettings | Specifies font substitution mechanism settings. To learn more, visit the Working with Fonts documentation article. |
| MemoryFontSource | Represents the single TrueType font file stored in memory. To learn more, visit the Working with Fonts documentation article. |
| PhysicalFontInfo | Specifies information about physical font available to Aspose.Words font engine. To learn more, visit the Working with Fonts documentation article. |
| StreamFontSource | Base class for user-defined stream font source. To learn more, visit the Working with Fonts documentation article. |
| SystemFontSource | Represents all TrueType fonts installed to the system. To learn more, visit the Working with Fonts documentation article. |
| TableSubstitutionRule | Table font substitution rule. To learn more, visit the Working with Fonts documentation article. |
Enumerations
| Enumeration | Description |
|---|---|
| EmbeddedFontFormat | Specifies format of particular embedded font inside FontInfo object. |
| EmbeddedFontStyle | Specifies the style of an embedded font inside a FontInfo object. |
| FontEmbeddingUsagePermissions | Represents the font embedding usage permissions. |
| FontFamily | Represents the font family. |
| FontPitch | Represents the font pitch. |
| FontSourceType | Specifies the type of font source. |