Aspose.Note for .NET 21.1 Release Notes

Major Features

  • Setting quality when saving as an image

Features and Improvements

KeySummaryCategory
NOTENET-2957Aspose.Note 19.5: incorrect setting of LineSpacingBug
NOTENET-3118Replacing the default font doesn’t work on LinuxBug

Public API and Backward Incompatible Changes

The following public static methods were added:Description
Aspose.Note.Fonts.DocumentFontsSubsystem.UsingDefaultFont(string,Dictionary<string,string>)Create new DocumentFontsSubsystem instance using specified default font name.
Aspose.Note.Fonts.DocumentFontsSubsystem.UsingDefaultFontFromFile(string,Dictionary<string,string>)Create new DocumentFontsSubsystem instance using a font from specified file as default.
Aspose.Note.Fonts.DocumentFontsSubsystem.UsingDefaultFontFromStream(Stream,Dictionary<string,string>)Create new DocumentFontsSubsystem instance using a font from specified stream as default.