diff 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
line wrap: on
line diff
--- a/src/graphics.cc	Mon Mar 09 17:07:43 2009 -0400
+++ b/src/graphics.cc	Mon Mar 09 17:12:18 2009 -0400
@@ -2536,7 +2536,7 @@
   if (mode != "replace")
     {
       fontangle = "normal";
-      fontname = "Helvetica";
+      fontname = OCTAVE_DEFAULT_FONTNAME;
       fontsize = 12;
       fontunits = "points";
       fontweight = "normal";