I am trying to debug a font related issue in a third-party Java application. In particular, ChemAxon JChem. I consulted 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 is currently referencing my Java setup.
Here are my fontconfig files:
$ ls fontconfig*src
fontconfig.Fedora.properties.src fontconfig.properties.src
fontconfig.SuSE.properties.src fontconfig.Ubuntu.properties.src
My system is a CentOS system, so I guess it will probably either go to the default fontconfig.properties.srcfile or the file fontconfig.Fedora.properties.src, since CentOS and Fedora are both sourced from Red Hat.
So, can I finally determine which fontconfigfile my system uses?
Thank,
-John David