Dan Christensen wrote:
> I noticed that I have various fonts, such as cmsy10.ttf, in
>
>   /sw/lib/python2.5/site-packages/matplotlib/mpl-data/fonts/ttf
>
> firefox is not finding this font, and if I double-click on it I get a
> window which says "Not Installed" at the bottom.
>
> What's the right way to install such fonts?  Ideally, I would just
> add this directory to a search path, or add a symlink to it from
> somewhere, so that any future fonts that get put in this directory by
> fink would be automatically found.
>
> Thanks for any help,
>
> Dan
>
>
>   
Try

sudo fc-cache
/sw/lib/python2.5/site-packages/matplotlib/mpl-data/fonts/ttf .

I _think_ that's supposed to add it to the fontconfig search path, anyway.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to