<p>Am 21.08.2017 11:25 schrieb "Graeme Geldenhuys via Lazarus" <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>>:<br>
><br>
> On 2017-08-21 10:18, Michael Van Canneyt wrote:<br>
>>><br>
>>> <!-- Font directory list --><br>
>>><br>
>>>         <dir>/usr/local/share/fonts</dir><br>
>>>         <dir>/usr/local/lib/X11/fonts</dir><br>
>>>         <dir prefix="xdg">fonts</dir><br>
>>>         <!-- the following element will be removed in the future --><br>
>>>         <dir>~/.fonts</dir><br>
>><br>
>> Should indeed be easy to parse and handle...<br>
><br>
><br>
> I'll make it so. I guess the best option would be to add it as an option API call, so if somebody wants it, simply call <fpttf>.AddStandardFontPaths(). For those that don't want those font paths, simply do nothing.</p>
<p>Why not dynamically load the fontconfig library and ask that instead of manually parsing its config file?<br>
Note: fontconfig doesn't have GUI dependencies either.</p>
<p>Regards,<br>
Sven</p>