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.