Aspose.Font for C++ 新版本发表
Released: Apr 22, 2026
V26.4 中的更新
特性
- Improved support for the cmap Format 2 (High-byte mapping through table).
修补程序
- Fixed an exception while parsing the FontDefinition object.
- Fixed an issue where an incorrect glyph index was returned for the character 'z'.
Released: Mar 27, 2026
V26.3 中的更新
特性
- Aspose.Font for C++ 26.3 is a technical release for use with Aspose C++ products version 26.3.
Released: Feb 20, 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 11, 2025
V25.12 中的更新
特性
- Added the CompressionUtils class, providing Brotli compression and decompression utilities for font data.
Released: Oct 14, 2025
V25.10 中的更新
特性
- Added support for saving CFF CID-keyed fonts.
Released: Sep 18, 2025
V25.9 中的更新
修补程序
- Fixed a CFF font merging issue where glyphs from a secondary font had the wrong width.
Released: Aug 18, 2025
V25.8 中的更新
特性
- Made improvements to CFF font merging functionality.
Released: Jul 19, 2025
V25.7 中的更新
特性
- Added support for combining characters from different fonts in 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 12, 2025
V25.6 中的更新
特性
- Added support for converting fonts from Compact Font Format (CFF) to OpenType font format (OTF).
Released: May 16, 2025
V25.5 中的更新
特性
- Added support for reading and updating Private DICT structure in a Compact Font Format (CFF) font.