Is there a simple way to install TTF fonts on macos X so that they work with X11 (and Gimp) ?

link|improve this question
feedback

migrated from stackoverflow.com Nov 6 '10 at 0:33

This question came from our site for professional and enthusiast programmers.

2 Answers

Have you tried installing them into ~/.fonts/? That's the standard path for *NIX platforms, and should work for X11 in OS X. Haven't tried it myself, tho.

link|improve this answer
feedback

Using Font Book(located in /Applications/Font Book.app) you can install TTF fonts for just yourself(~/Library/Fonts), or system wide(/Library/Fonts). Once installed, X11 should recognize them after you adjust its font cache or editing its configuration file: Instructions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown