Browse our Products
Aspose.Font for C++ 26.2 Release Notes
Major Features
Glyph Width Updates
Implemented cross-format glyph width update functionality through the unified Aspose::Font::IFontMetrics::SetGlyphWidth() API.
This feature allows 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
Public API and Backwards Incompatible Changes
Added APIs
- Method Aspose::Font::IFontMetrics::SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId, double value)
- Method Aspose::Font::FontMetrics::SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId, double value)
- Method Aspose::Font::Ttf::TtfFontMetrics::SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId, double value)
- Method Aspose::Font::Cff::CffFontMetrics::SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId, double value)
- Method Aspose::Font::Type1::Type1FontMetrics::SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId, double value)
Got Queries?
If you have any query related to Aspose::Font for C++ API, please feel free to write to reach us on Aspose.Font forum. We’ll be glad to assist you with your inquiries.