Namespace Aspose.Note.Fonts
Namespace Aspose.Note.Fonts
Classes
Class Name | Description |
---|---|
DocumentFontsSubsystem | Simple implementation of Aspose.Note.Fonts.FontsSubsystem. Retrieves System.Drawing.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 System.Drawing.FontFamily object. |
Interfaces
Interface Name | Description |
---|---|
IFontsSubsystem | Implement this interface if you want to control how Aspose.Note retrieves fonts when saving a document. |