Aspose.Font for .NET Releases

Released: Apr 1, 2026

Updates in V26.4

Fixes

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

Released: Feb 12, 2026

Updates in V26.2

Features

  • 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

Updates in V25.12

Features

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

Released: Oct 8, 2025

Updates in V25.10

Features

  • Added support for CFF CID-keyed font serialization.

Released: Sep 8, 2025

Updates in V25.9

Fixes

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

Released: Aug 5, 2025

Updates in V25.8

Features

  • Made improvements to CFF font merging functionality.

Released: Jul 4, 2025

Updates in V25.7

Features

  • 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

Updates in V25.6

Features

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

Fixes

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

Released: Apr 30, 2025

Updates in V25.5

Features

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

Released: Apr 2, 2025

Updates in V25.4

Fixes

  • Fixed bugs from SonarQube report.