summaryrefslogtreecommitdiff
path: root/src/glyph.h
Commit message (Collapse)AuthorAgeFilesLines
* Divorce the FT glyph id from the glyph table index.John Mark Bell2009-05-121-0/+1
| | | | | | | This permits a single glyph to be mapped to multiple codepoints. In future, we should be more clever and not duplicate the glyph data. svn path=/trunk/tools/ttf2f/; revision=7486
* Write out font metrics so that the first 256 glyphs match Acorn Latin 1.John Mark Bell2009-05-111-0/+4
| | | | | | Don't use this version -- it will produce inconsistent font data (outlines and encoding export needs the same thing doing to it) svn path=/trunk/tools/ttf2f/; revision=7460
* More tidyingJohn Mark Bell2009-05-081-1/+1
| | | | svn path=/trunk/tools/ttf2f/; revision=7446
* Import TTF2f. Don't expect this to link; I've prevented it building main.c.John Mark Bell2009-05-071-0/+39
svn path=/trunk/tools/ttf2f/; revision=7427