How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Optimized OpenType builder and inspector.
The main features of caryll/otfcc are: Font Manipulation, Font Manipulation Tools.
Projects with overlapping indexed features include: fonttools/fonttools — FontTools is a Python library for programmatically reading, modifying, and writing font files. It serves as an… caryll/otfcc-cubic2quad — Turn CFF to TTF using otfcc. caryll/shapeops — Boolean operations and overlap removal for curves. dfrankland/node-fonttools — [fonttools][1] (also known as TTX) is a library for manipulating fonts, written in Python. It supports TrueType,… echolevel/protracker-font — 8x8 pixel font reconstructed as TTF from the Protracker v2.3D/v2.3E assembly source. be5invis/node-sfnt — fonteditor-ttf.
FontTools is a Python library for programmatically reading, modifying, and writing font files. It serves as an OpenType and TrueType font parser and a tool for transforming binary font files into human-readable XML for editing and rebuilding. The project includes a manager for reading and writing Unified Font Object source files within local folders or archives. It also provides a specialized utility for compressing web fonts to reduce file size and improve loading performance. The library covers programmatic font manipulation, including the modification of font metrics and glyph data. It pr