Re: [Lazarus] System Font Dir for Font Manager Search Path

2013-06-27 Thread Edilson Vieira
Ok Graeme. Thanks a lot! 2013/6/26 Graeme Geldenhuys > On 25/06/13 19:12, Edilson Vieira wrote: > > My question is How do I get the system font directory on Windows and > Linux? > > I has the same problem when I wrote a font cache system for AggPas in > fpGUI. > > Under Windows it is easy. Ther

Re: [Lazarus] System Font Dir for Font Manager Search Path

2013-06-26 Thread Graeme Geldenhuys
On 25/06/13 19:12, Edilson Vieira wrote: > My question is How do I get the system font directory on Windows and Linux? I has the same problem when I wrote a font cache system for AggPas in fpGUI. Under Windows it is easy. There is a registry entry you can query. Under Linux and FreeBSD it is not

[Lazarus] System Font Dir for Font Manager Search Path

2013-06-25 Thread Edilson Vieira
Hi all, Could someone, please, help me on thi issue: My question is How do I get the system font directory on Windows and Linux? I need the program running on both windows (win32) and linux (gtk). So, how do I set the Font Manager search path property? Code fragment example: