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...