Aspose.Font for .NET 新版本發表

Released: Apr 1, 2026

V26.4 中的更新

修補程式

  • Exception while parsing 'FontDefinition'.
  • Incorrect glyph index for 'z' character.

Released: Feb 12, 2026

V26.2 中的更新

特性

  • Glyph Width Updates - Implemented cross-format glyph width update functionality through the unified Aspose.Font.IFontMetrics.SetGlyphWidth() API. This feature allows you to modify glyph width in a consistent way regardless of the underlying font format. Currently supported formats:
    • TTF.
    • CFF (except fonts with stored procedures).
    • WOFF / WOFF2.
    • OpenType(OTF).
    • SVG.

Released: Dec 4, 2025

V25.12 中的更新

特性

  • Added support for Brotli compression and decompression utilities for font data.

Released: Oct 8, 2025

V25.10 中的更新

特性

  • Added support for CFF CID-keyed font serialization.

Released: Sep 8, 2025

V25.9 中的更新

修補程式

  • The width of some glyphs is incorrect in the resulting merged CFF font.

Released: Aug 5, 2025

V25.8 中的更新

特性

  • Made improvements to CFF font merging functionality.

Released: Jul 4, 2025

V25.7 中的更新

特性

  • Added support for combining characters from different fonts of Compact Font Format (CFF). Current functionality for combining CFF fonts is limited in that the use of compound glyphs (glyphs that require subroutines to draw themselves) is not supported. Only glyphs that don't reference subroutines can be combined into a resultant font.

Released: Jun 3, 2025

V25.6 中的更新

特性

  • Added support for converting font from CFF format to OTF format.

修補程式

  • Open and Re-Save font (TTF) - output file is corrupted.
  • OTF to TTF conversion yields invalid font.

Released: Apr 30, 2025

V25.5 中的更新

特性

  • Added support for reading and updating Private DICT structure in CFF font.

Released: Apr 2, 2025

V25.4 中的更新

修補程式

  • Fixed bugs from SonarQube report.