|
From: Ethan M. <merritt@u.washington.edu> - 2005-03-29 02:27:36
|
On Monday 28 March 2005 05:29 pm, Anthony Gray wrote: > I thought at first that the problem was that my gdfontpath was broken, > and that might still be it, but it appears to be set correctly > (/Library/Fonts). Linking to fonts on the Mac is a little confusing, but > that may be a separate issue for me. Try giving an explicit TTF file name: set term png font "/Library/Fonts/verdana.ttf" 12 If that works, then you need to revisit your font path settings. If it doesn't work, then I think the problem is outside the scope of gnuplot per se. Bad libgd install? Bad libfreetype? > I am using gd 2.0.23, and I have attached the gnuplot long version > below. That's kind of old (though it should work). While you're building new versions of gnuplot you might as well build libgd 2.0.33 as well. > Compile options: > +READLINE -LIBREADLINE +GD_JPEG +GD_TTF > -NOCWDRC +X11 +USE_MOUSE That looks fine. You definitely should be able to get rotated text. -- Ethan A Merritt Biomolecular Structure Center University of Washington 98195-7742 |