Aspose.Note.Fonts
The Fonts namespace contains classes which provides functionality to manipulate by font’s environment for a document.
Classes
Class |
Description |
DocumentFontsSubsystem |
Simple implementation of Aspose.Note.Fonts.FontsSubsystem. Retrieves FontFamily object from OS. |
FontsSubsystem |
Base class implementing Aspose.Note.Fonts.IFontsSubsystem interface. Provides functionality for default font and font’s substitutions. Override Aspose.Note.Fonts.FontsSubsystem.FetchFontFamily protected member function in a derived class to implement logic for retrieving of FontFamily object. |
Interfaces
Interface |
Description |
IFontsSubsystem |
Implement this interface if you want to control how Aspose.Note retrieves fonts when saving a document. |