Research - UpBeet/ransom-font GitHub Wiki
Preliminary Research
Font Manipulation
- Fontastic A library to create and alter TTY and WOFF formats
- OpenType library for parsing and editing fonts
- Nodebox/OpenType another library for parsing and editing opentype fonts
- sfnt2woff & woff2sfnt converters
- TypeSupply includes woffTool which is a collection of command line tools for verifying and examining WOFF files
- Tiny-inflate used by Nodebox/OpenType to decompress WOFF fonts which are compressed openType formats.