summaryrefslogtreecommitdiff
path: root/rufl_metrics.c
Commit message (Collapse)AuthorAgeFilesLines
* Port to core buildsystem.John Mark Bell2010-01-061-312/+0
| | | | | | The python module (and associated make runes) need some love (as does non-GCC building with the core buildsystem in general) svn path=/trunk/rufl/; revision=9792
* Make RUfl take account of the multitude of font encodings on old font managers.John Mark Bell2009-05-061-7/+29
| | | | | | This now utilises the Latin2, 3, and 4 sets in the standard ROM fonts, for example. svn path=/trunk/rufl/; revision=7410
* Fix LOG warnings.James Bursa2007-06-091-1/+2
| | | | svn path=/trunk/rufl/; revision=3313
* Merge my local changes into head; I've been sitting on these for far too long.John Mark Bell2006-07-201-0/+289
This comprises: 1) Centralised internal font family / sized font lookup (rufl_find.c) 2) Methods to provide access to font and glyph metrics (rufl_metrics.c) 3) Glyph decomposition into path segments (rufl_decompose.c) svn path=/trunk/rufl/; revision=2788