summaryrefslogtreecommitdiff
path: root/rufl_paint.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge my local changes into head; I've been sitting on these for far too long.John Mark Bell2006-07-201-196/+16
| | | | | | | | | | | 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
* Fix rufl_font_bboxJohn Mark Bell2006-07-201-1/+1
| | | | svn path=/trunk/rufl/; revision=2787
* Implement rufl_font_bbox (interface to Font_ReadInfo).James Bursa2006-07-171-64/+133
| | | | svn path=/trunk/rufl/; revision=2772
* [project @ 2006-01-31 20:07:23 by bursa]James Bursa2006-01-311-1/+1
| | | | | | Improve weight assigning algorithm and make weights 300 and 400 search up when missing. svn path=/import/rufl/; revision=2471
* [project @ 2006-01-29 12:20:25 by bursa]James Bursa2006-01-291-63/+82
| | | | | | 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-11-20 20:08:55 by bursa]James Bursa2005-11-201-59/+107
| | | | | | Implement rufl_paint_callback(). svn path=/import/rufl/; revision=2465
* [project @ 2005-04-13 19:26:07 by bursa]James Bursa2005-04-131-2/+6
| | | | | | Fix crash with characters 0x10000 or greater. svn path=/import/rufl/; revision=2461
* [project @ 2005-04-05 19:16:48 by bursa]James Bursa2005-04-051-2/+2
| | | | | | Handle fonts which cause an error better (no longer attempt to save the uninitialized charset tables to the cache). svn path=/import/rufl/; revision=2460
* [project @ 2005-03-24 00:05:51 by bursa]James Bursa2005-03-241-12/+37
| | | | | | Implement rufl_split(). svn path=/import/rufl/; revision=2459
* [project @ 2005-03-20 19:42:06 by bursa]James Bursa2005-03-201-3/+18
| | | | | | Log some more Font Manager errors. svn path=/import/rufl/; revision=2458
* [project @ 2005-03-20 18:57:19 by jmb]John Mark Bell2005-03-201-26/+52
| | | | | | Add flags word (bit 1 set == background blending support) svn path=/import/rufl/; revision=2457
* [project @ 2005-03-04 23:33:16 by bursa]James Bursa2005-03-041-1/+2
| | | | | | Font manager font list is case-insensitive sorted. svn path=/import/rufl/; revision=2456
* [project @ 2005-02-27 22:23:24 by bursa]James Bursa2005-02-271-2/+2
| | | | | | Trade memory for speed to reduce substitution table construction time. svn path=/import/rufl/; revision=2454
* [project @ 2005-02-20 13:10:58 by bursa]James Bursa2005-02-201-9/+7
| | | | | | Fix rufl_place_in_cache() bug and some other bugs. svn path=/import/rufl/; revision=2450
* [project @ 2005-02-20 12:24:18 by bursa]James Bursa2005-02-201-6/+2
| | | | | | Implement rufl_invalidate_cache(). svn path=/import/rufl/; revision=2449
* [project @ 2005-02-20 00:14:40 by bursa]James Bursa2005-02-201-34/+72
| | | | | | Implement rufl_paint_transformed(). Fix repeated character bug with long strings. svn path=/import/rufl/; revision=2448
* [project @ 2005-02-12 21:00:56 by bursa]James Bursa2005-02-121-27/+114
| | | | | | Implement rufl_x_to_offset(). svn path=/import/rufl/; revision=2446
* [project @ 2005-02-09 22:56:30 by bursa]James Bursa2005-02-091-25/+84
| | | | | | Implement rufl_width() by sharing code from rufl_paint(). svn path=/import/rufl/; revision=2445
* [project @ 2005-02-08 23:25:59 by bursa]James Bursa2005-02-081-2/+92
| | | | | | 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/+255
Initial version of RISC OS Unicode font library. Require Unicode (RO5) Font Manager. svn path=/import/rufl/; revision=2443