Feature List Aspose.Font for C++
Aspose.Font for C++ is a C++ API that provides a comprehensive library of pre-existing C++ code for working with fonts, allowing you to effortlessly process and manipulate fonts. With our API, your C++ applications can easily load, modify, and store font data, while also enabling you to render any desired glyphs or text with ease.
Rich Features
Font File Formats supported by the API
- CFF
- TTC
- TTF
- EOT
- SVG
- WOFF and WOFF2
- TrueType and OpenType Fonts
- Type1 Fonts
To find out which formats are supported as output formats, which as input, and which both as input and output go to Supported File Formats. If needed, you can also learn some fundamentals about font formats here.
Supported File Operations
- Load font files from disc.
- Load font files from stream.
- Read font information and save updated font files to disc.
- Read Glyphs and Metrics information from Font files.
- Spot Latin Symbols in Fonts.
- Extract embedded licensing information from font files.
- Render text using font glyphs.
- Merge TrueType fonts.
- Convert different fonts to TTF, WOFF, WOFF2, or CFF format.
To see the code examples and explanation of functionality go to the Developer Guide and if you want to see how it can be implemented into a live project go to Aspose.Font web apps.