Skip to content
Snippets Groups Projects
Commit 8d0332ea authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

post.font -> print.font

parent 936d5569
No related branches found
No related tags found
No related merge requests found
/* $Id: Scale.cpp,v 1.5 2000-11-26 15:43:46 geuzaine Exp $ */ /* $Id: Scale.cpp,v 1.6 2000-12-04 11:28:26 geuzaine Exp $ */
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
...@@ -34,7 +34,7 @@ void Draw_String(char *s){ ...@@ -34,7 +34,7 @@ void Draw_String(char *s){
if(CTX.stream == TO_FILE){ if(CTX.stream == TO_FILE){
if(CTX.print.type == PRINT_GL2PS_SIMPLE || if(CTX.print.type == PRINT_GL2PS_SIMPLE ||
CTX.print.type == PRINT_GL2PS_RECURSIVE) { CTX.print.type == PRINT_GL2PS_RECURSIVE) {
gl2psText(s,CTX.post.font,CTX.post.fontsize); gl2psText(s,CTX.print.font,CTX.print.fontsize);
return ; return ;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment