summaryrefslogtreecommitdiff
path: root/rufl_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Make RUfl take account of the multitude of font encodings on old font managers.John Mark Bell2009-05-061-5/+14
| | | | | | This now utilises the Latin2, 3, and 4 sets in the standard ROM fonts, for example. svn path=/trunk/rufl/; revision=7410
* Merge my local changes into head; I've been sitting on these for far too long.John Mark Bell2006-07-201-0/+5
| | | | | | | | | | | 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
* [project @ 2006-01-29 12:20:25 by bursa]James Bursa2006-01-291-5/+17
| | | | | | Improve handling of font weights. Now detects available weights better and supports up to 9 weights. Ignore control characters and spaces that are not spaces when scanning available characters. svn path=/import/rufl/; revision=2470
* [project @ 2005-05-01 10:19:59 by bursa]James Bursa2005-05-011-0/+6
| | | | | | Add Python module. Add support for compiling with Norcroft (mainly required for the Python module). svn path=/import/rufl/; revision=2463
* [project @ 2005-03-20 18:57:19 by jmb]John Mark Bell2005-03-201-0/+2
| | | | | | Add flags word (bit 1 set == background blending support) svn path=/import/rufl/; revision=2457
* [project @ 2005-03-03 22:35:05 by bursa]James Bursa2005-03-031-1/+1
| | | | | | More logging of init progress. Continue when loading or saving the cache fails. svn path=/import/rufl/; revision=2455
* [project @ 2005-02-27 22:23:24 by bursa]James Bursa2005-02-271-20/+3
| | | | | | Trade memory for speed to reduce substitution table construction time. svn path=/import/rufl/; revision=2454
* [project @ 2005-02-27 14:32:41 by bursa]James Bursa2005-02-271-0/+9
| | | | | | Logging during init. svn path=/import/rufl/; revision=2453
* [project @ 2005-02-20 18:19:29 by bursa]James Bursa2005-02-201-2/+2
| | | | | | Fix glyph with multiple Unicodes issue on RO3-4. svn path=/import/rufl/; revision=2452
* [project @ 2005-02-08 23:25:59 by bursa]James Bursa2005-02-081-0/+34
| | | | | | Support for non-Unicode Font Manager. svn path=/import/rufl/; revision=2444
* [project @ 2005-01-08 21:02:32 by bursa]James Bursa2005-01-081-0/+134
Initial version of RISC OS Unicode font library. Require Unicode (RO5) Font Manager. svn path=/import/rufl/; revision=2443