FontSourceBase class
FontSourceBase class
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.
Properties
Name | Description |
---|---|
priority | Returns the font source priority. |
type | Returns the type of the font source. |
Methods
Name | Description |
---|---|
asFileFontSource() | Cast FontSourceBase object to FileFontSource. |
asFolderFontSource() | Cast FontSourceBase object to FolderFontSource. |
asMemoryFontSource() | Cast FontSourceBase object to MemoryFontSource. |
asStreamFontSource() | Cast FontSourceBase object to StreamFontSource. |
asSystemFontSource() | Cast FontSourceBase object to SystemFontSource. |
See Also
- module Aspose.Words.Fonts