fontconfig

Java: How to tell which fontconfig file my system is currently using?

Hello, I am trying to debug a font-related issue in a third-party Java application. Specifically, ChemAxon JChem. I've been consulting this guide: http://java.sun.com/j2se/1.5.0/docs/guide/intl/fontconfig.html Part of the problem, is that I'm not sure which fontconfig.properties.src file my Java setup is currently referencing. Here are...

Font enumeration on Windows

We're currently using fontconfig for enumerating and matching/selecting fonts on windows. FreeType is used for rendering. It's a bit of a pain, because fontconfig's cache needs to be initialized at least once for every user and installation. And that can take a long time. Windows also seems to provide an interface for font enumeration. ...