|
From: Petr M. <mi...@ph...> - 2009-02-18 15:56:28
|
> Now, I can't select the builtin fonts any more. > I tried > "set term png small" > "set term png small font small" > "set term png font small" > > but I always get Arial as the selected font. > How to select the builtin fonts? I see this also ... trying GDFONTPATH=. gnuplot or GDFONTPATH=/dev/null gnuplot I get: gnuplot> set term png tiny; show term; set out '0tiny.png'; test terminal type is png nocrop tiny size 640,480 Could not find/open font when opening font "arial", using internal non-scalable font However, the output for tiny, small, giant, ... is correct. --- PM |