|
From: Hans-Bernhard B. <br...@ph...> - 2005-02-04 11:43:20
|
mg...@uc... wrote: > Hello all, > > I'm using Gnuplot for Windows, and I need the font of my plot's title > larger. Doing something like... > set title "Blah" font "20" > ... or... > set title "Blah" font "Arial,20" > ... doesn't have any effect. When I use 'term windows', the title appears > in the default size. When I tried writing it to a PNG file, I got the > error message "Could not find/open font while printing string Blah with > font Arial". I find that error message quite clear. Please note that the PNG driver is not windows, so it doesn't fully automatically recognize all fonts known to Windows. It has to be *told* where to find them. See the README documents that came with the program, and/or "help environment" or "help png", for details. |