comparison src/graphics.cc @ 8944:cb0e9facc342

make default fontname * instead of Helvetica
author John W. Eaton <jwe@octave.org>
date Mon, 09 Mar 2009 17:12:18 -0400
parents eb63fbe60fab
children 6b87f2f34fdd
comparison
equal deleted inserted replaced
8943:4a312440b262 8944:cb0e9facc342
2534 nextplot = "replace"; 2534 nextplot = "replace";
2535 2535
2536 if (mode != "replace") 2536 if (mode != "replace")
2537 { 2537 {
2538 fontangle = "normal"; 2538 fontangle = "normal";
2539 fontname = "Helvetica"; 2539 fontname = OCTAVE_DEFAULT_FONTNAME;
2540 fontsize = 12; 2540 fontsize = 12;
2541 fontunits = "points"; 2541 fontunits = "points";
2542 fontweight = "normal"; 2542 fontweight = "normal";
2543 2543
2544 Matrix touterposition (1, 4, 0.0); 2544 Matrix touterposition (1, 4, 0.0);