diff doc/interpreter/geometryimages.m @ 7257:e8a3e3e33490

[project @ 2007-12-05 01:18:41 by jwe]
author jwe
date Wed, 05 Dec 2007 01:18:42 +0000
parents fd42779a8428
children 16e61aecddc1
line wrap: on
line diff
--- a/doc/interpreter/geometryimages.m	Wed Dec 05 01:08:17 2007 +0000
+++ b/doc/interpreter/geometryimages.m	Wed Dec 05 01:18:42 2007 +0000
@@ -18,6 +18,9 @@
 
 function geometryimages (nm, typ)
   bury_output ();
+  if (strcmp (typ, "png"))
+    set (0, "defaulttextfontname", "*");
+  endif
   if (isempty (findstr (octave_config_info ("DEFS"), "HAVE_QHULL"))
       && (strcmp (nm, "voronoi") || strcmp (nm, "griddata")
 	  || strcmp (nm, "convhull") || strcmp (nm, "delaunay")