FC_CACHE_VERSION_NUMBER

Current font cache file format version This is appended to the cache files so that multiple versions of the library will peacefully coexist

Change this value whenever the disk format for the cache file changes in any non-compatible way. Try to avoid such changes as it means multiple copies of the font information.

enum FC_CACHE_VERSION_NUMBER = 7;

Meta