Aspose.Note.Fonts Namespace

The Aspose.Note.Fonts namespace contains classes which provides functionality to manipulate by font's environment for a document.
Classes
  ClassDescription
Public classCode exampleDocumentFontsSubsystem
Simple implementation of Aspose.Note.Fonts.FontsSubsystem. Retrieves FontFamily object from OS.
Public classFontsSubsystem
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
  InterfaceDescription
Public interfaceIFontsSubsystem
Implement this interface if you want to control how Aspose.Note retrieves fonts when saving a document.