Interface IFontsSubsystem
Interface IFontsSubsystem
Namespace: Aspose.Note.Fonts
Assembly: Aspose.Note.dll (25.8.0)
Implement this interface if you want to control how Aspose.Note retrieves fonts when saving a document.
public interface IFontsSubsystemMethods
GetFontFamily(string)
Gets font family.
FontFamily GetFontFamily(string fontName)Parameters
fontName string
The font name.
Returns
The System.Drawing.FontFamily.