in reply to Re: How to load a font?
in thread How to load a font?

for some reason Imager cannot find the libraries it needs, so i assumed the computer didnt have them, and tried to install them, only to find out it does, i just have no idea where. and if i were able to find them, where would i put them to make it possible for Imager to read them?

Replies are listed 'Best First'.
Re^3: How to load a font?
by tonyc (Hermit) on Jun 19, 2007 at 00:36 UTC

    You don't say which platform on, so it's hard to be specific.

    Most Linux distributions, for example, will only install the shared libraries when you install say the "libpng" package, but Imager also needs the header files, which means you need to install -dev or -devel package too, eg, libfreetype6 on Debian gives you the Freetype 2 libraries, but you also need to install libfreetype6-dev to get the headers that Imager needs to build its freetype 2 code.