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.