Font Configuration Library 2.4 (Default branch) |
|
|
Thursday September 27, 2007. 10:27 PM FreshMeat
Fontconfig is a library for configuring and
customizing font access. It contains two essential
modules, the configuration module which builds an
internal configuration from XML files and the
matching module which accepts font patterns and
returns the nearest matching font.
License: Freely Distributable
Changes:
Shared mmap'ed cache files. All font cache files are mapped read-only and shared across multiple processes. The startup performance and memory footprint of the library have, as a result, been significantly improved. Configuration is split into multiple files. While 2.3 provided the ability to incorporate additional configuration files from a directory, it didn't use them extensively. The new configuration structure places most of the configuration into separate files.
|