summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make outlines output write latin1 glyphs firstJohn Mark Bell2009-05-112-148/+192
| | | | svn path=/trunk/tools/ttf2f/; revision=7466
* Define min()John Mark Bell2009-05-111-0/+4
| | | | svn path=/trunk/tools/ttf2f/; revision=7465
* Make strndup implementation more robustJohn Mark Bell2009-05-111-8/+5
| | | | svn path=/trunk/tools/ttf2f/; revision=7464
* Fix buffer overflowsJohn Mark Bell2009-05-114-6/+11
| | | | svn path=/trunk/tools/ttf2f/; revision=7463
* Make encoding file output emit latin1 table firstJohn Mark Bell2009-05-111-24/+48
| | | | svn path=/trunk/tools/ttf2f/; revision=7462
* Use enum, rather than magic valueJohn Mark Bell2009-05-111-1/+2
| | | | svn path=/trunk/tools/ttf2f/; revision=7461
* Write out font metrics so that the first 256 glyphs match Acorn Latin 1.John Mark Bell2009-05-114-21/+35
| | | | | | 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
* Populate latin1 table with glyphsJohn Mark Bell2009-05-102-5/+38
| | | | svn path=/trunk/tools/ttf2f/; revision=7459
* Pass entire context to freetype bindingJohn Mark Bell2009-05-104-32/+36
| | | | svn path=/trunk/tools/ttf2f/; revision=7458
* Make proper use of conversion contextJohn Mark Bell2009-05-1010-175/+162
| | | | svn path=/trunk/tools/ttf2f/; revision=7457
* Introduce a conversion context.John Mark Bell2009-05-102-22/+43
| | | | svn path=/trunk/tools/ttf2f/; revision=7456
* Tidy source codeJohn Mark Bell2009-05-101-73/+52
| | | | svn path=/trunk/tools/ttf2f/; revision=7455
* We're not producing base encoding files, so don't use .NotDefJohn Mark Bell2009-05-081-1/+1
| | | | svn path=/trunk/tools/ttf2f/; revision=7449
* More tidyingJohn Mark Bell2009-05-083-68/+86
| | | | svn path=/trunk/tools/ttf2f/; revision=7448
* More tidying.John Mark Bell2009-05-084-37/+33
| | | | svn path=/trunk/tools/ttf2f/; revision=7447
* More tidyingJohn Mark Bell2009-05-084-26/+27
| | | | svn path=/trunk/tools/ttf2f/; revision=7446
* API tidyingJohn Mark Bell2009-05-083-14/+20
| | | | svn path=/trunk/tools/ttf2f/; revision=7445
* Add some error handling and reportingRob Kendrick2009-05-088-75/+162
| | | | svn path=/trunk/tools/ttf2f/; revision=7441
* Build-time selectable frontend -- defaults to CLI.John Mark Bell2009-05-083-1/+10
| | | | svn path=/trunk/tools/ttf2f/; revision=7438
* Slightly more useful behaviour on non-RO platforms.John Mark Bell2009-05-086-7/+21
| | | | | | | Fix segv in cli frontend. Make cli frontend create output directory. svn path=/trunk/tools/ttf2f/; revision=7437
* Command line interfaceJohn Mark Bell2009-05-072-1/+101
| | | | svn path=/trunk/tools/ttf2f/; revision=7430
* Conditionalise RISC OS-specific codeJohn Mark Bell2009-05-072-0/+8
| | | | svn path=/trunk/tools/ttf2f/; revision=7428
* Import TTF2f. Don't expect this to link; I've prevented it building main.c.John Mark Bell2009-05-0725-0/+3585
svn path=/trunk/tools/ttf2f/; revision=7427