summaryrefslogtreecommitdiff
path: root/src/rufl_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Old FontManager: ignore fonts with no mappingsJohn-Mark Bell2018-01-211-0/+7
| | | | | | | | | | | Ordinarily, this shouldn't happen but, if it does, we don't want to pollute the cache with a blank charset for the font (as we'd prefer to rescan the font next time around in case whatever caused it to have no mappings got fixed in the interim). Existing caches containing blank charsets for such fonts will remain untouched -- this is all best effort, so forcing a rescan by bumping the cache version is not worth doing here.
* Accept FontEncodingNotFound for symbol fonts, too.John-Mark Bell2018-01-211-2/+4
|
* Tolerate FontEncodingNotFound from "old" FM.John-Mark Bell2018-01-211-5/+9
| | | | Additionally, log the FontManager version.
* Log in release builds; enhance init logging.John-Mark Bell2018-01-211-7/+39
|
* Port to core buildsystem.John Mark Bell2010-01-061-0/+1678
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