summaryrefslogtreecommitdiff
path: root/src/ft.c
Commit message (Expand)AuthorAgeFilesLines
* Remove static globals and use a stack-allocated decomposition context instead.John Mark Bell2009-05-121-76/+82
* Divorce the FT glyph id from the glyph table index.John Mark Bell2009-05-121-14/+26
* Squash memory leaksJohn Mark Bell2009-05-111-12/+10
* Fix buffer overflowsJohn Mark Bell2009-05-111-1/+1
* Write out font metrics so that the first 256 glyphs match Acorn Latin 1.John Mark Bell2009-05-111-4/+8
* Populate latin1 table with glyphsJohn Mark Bell2009-05-101-4/+37
* Pass entire context to freetype bindingJohn Mark Bell2009-05-101-18/+21
* Make proper use of conversion contextJohn Mark Bell2009-05-101-98/+93
* Tidy source codeJohn Mark Bell2009-05-101-73/+52
* Import TTF2f. Don't expect this to link; I've prevented it building main.c.John Mark Bell2009-05-071-0/+569