Introduce src dir.
[librarian.git] / src / librarian / font-optimizer / README.txt
1  Font Optimizer
2 -==============-
3
4 Developed by Philip Taylor (excors@gmail.com)
5
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
9 and ligatures).
10
11 The project mainly consists of:
12
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)
18
19 The libraries are used in the web service at http://fonts.philip.html5.org/
20
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
23 reliable and stable.