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.