Python cffi bridge to fontconfig's FcFontList/FcFontMatch. Useful for python programs that need to query information about fonts installed in the system (use this instead of parsing fc-list output). Requires the fontconfig shared library installed in a directory that the cffi module can find.