Hi,<div><br></div><div>I see in current git that fontconfig is disabled by default.</div><div>Now (on Linux) whatever font is select in Qt preferences, it won't get loaded (freetype error: "failed to load font file %s...").</div>
<div>I see the font file is simply equated to font family, as HAVE_STYLES is not defined, and thus fails to load. If I change code to force full path to a specific font file on my system, it works.</div><div><br></div><div>
I also see comments on bug tracker suggesting that fontconfig is not used from 1.2 on, so I was wondering if my issue is indeed a bug and if a fix is planned?</div><div><br></div><div>Cheers,</div><div>Jakob</div>