4 Developed by Philip Taylor (excors@gmail.com)
6 The main purpose of this project is to provide a way to convert TTF files into
7 smaller files that contain only a subset of the original's glyphs, focusing on
8 high-quality conversion (preserving special typographic features like kerning
11 The project mainly consists of:
13 Font/Subsetter.pm - library to generate subsets of TTF files
14 Font/EOTWrapper.pm - library to convert TTF to EOT
15 subset.pl - example script using the libraries
16 ext/ - external libraries (particularly Font::TTF, since a
17 specific not-yet-released version is needed)
19 The libraries are used in the web service at http://fonts.philip.html5.org/
21 The code doesn't really have any documentation or proper APIs, and it hasn't
22 been tested on a wide range of fonts, but when it works it should be fairly