summaryrefslogtreecommitdiff
path: root/rufl_chars.c
Commit message (Collapse)AuthorAgeFilesLines
* - Reduced compiler warnings:John Tytgat2007-06-111-3/+3
| | | | | | | | | | | | | | | | | - got rid of aliasing warnings by introducing an extra (void *) casting. - format specifier for 'size_t' type has now 'z' attribute - Injected const attributes (also changing public type rufl_family_list @ rufl.h) - makefile: - support for GCCSDK 3.4 (AOF) and GCCSDK 4 (ELF) based on AB_ELFBUILD (= a variable also used in GCCSDK Autobuilder). - changed the library name from rufl.o to librufl.a. Needed for GCCSDK 4 but if you're using -L<libdir> -lrufl in your link line, this rename make that this works for both GCCSDK 3.4 and GCCSDK 4. [ Also changes for the Norcroft case which haven't been verified and probably no longer working. ] svn path=/trunk/rufl/; revision=3343
* [project @ 2006-01-29 12:20:25 by bursa]James Bursa2006-01-291-33/+37
| | | | | | 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-03-20 18:57:19 by jmb]John Mark Bell2005-03-201-1/+2
| | | | | | Add flags word (bit 1 set == background blending support) svn path=/import/rufl/; revision=2457
* [project @ 2005-02-20 12:24:18 by bursa]James Bursa2005-02-201-1/+7
| | | | | | Implement rufl_invalidate_cache(). svn path=/import/rufl/; revision=2449
* [project @ 2005-02-08 23:25:59 by bursa]James Bursa2005-02-081-4/+11
| | | | | | 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/+297
Initial version of RISC OS Unicode font library. Require Unicode (RO5) Font Manager. svn path=/import/rufl/; revision=2443