- get_textmode_str (graph->textmode));
-
- if (graph->shape != G_SHAPE)
- fprintf (fout, "\tshape:\t%s\n", get_shape_str (graph->shape));
-
- if (graph->vertical_order != G_VERTICAL_ORDER)
- fprintf (fout, "\tvertical_order:\t%d\n", graph->vertical_order);
- if (graph->horizontal_order != G_HORIZONTAL_ORDER)
- fprintf (fout, "\thorizontal_order:\t%d\n", graph->horizontal_order);
-
- if (graph->xmax != G_XMAX)
- fprintf (fout, "\txmax:\t%d\n", graph->xmax);
- if (graph->ymax != G_YMAX)
- fprintf (fout, "\tymax:\t%d\n", graph->ymax);
-
- if (graph->xbase != G_XBASE)
- fprintf (fout, "\txbase:\t%d\n", graph->xbase);
- if (graph->ybase != G_YBASE)
- fprintf (fout, "\tybase:\t%d\n", graph->ybase);
-
- if (graph->xspace != G_XSPACE)
- fprintf (fout, "\txspace:\t%d\n", graph->xspace);
- if (graph->yspace != G_YSPACE)
- fprintf (fout, "\tyspace:\t%d\n", graph->yspace);
- if (graph->xlspace != G_XLSPACE)
- fprintf (fout, "\txlspace:\t%d\n", graph->xlspace);
-
- if (graph->xraster != G_XRASTER)
- fprintf (fout, "\txraster:\t%d\n", graph->xraster);
- if (graph->yraster != G_YRASTER)
- fprintf (fout, "\tyraster:\t%d\n", graph->yraster);
- if (graph->xlraster != G_XLRASTER)
- fprintf (fout, "\txlraster:\t%d\n", graph->xlraster);
-
- if (graph->hidden != G_HIDDEN)
- fprintf (fout, "\thidden:\t%d\n", graph->hidden);
+ get_textmode_str (g->textmode));
+
+ if (g->shape != G_SHAPE)
+ fprintf (fout, "\tshape:\t%s\n", get_shape_str (g->shape));
+
+ if (g->vertical_order != G_VERTICAL_ORDER)
+ fprintf (fout, "\tvertical_order:\t%d\n", g->vertical_order);
+ if (g->horizontal_order != G_HORIZONTAL_ORDER)
+ fprintf (fout, "\thorizontal_order:\t%d\n", g->horizontal_order);
+
+ if (g->xmax != G_XMAX)
+ fprintf (fout, "\txmax:\t%d\n", g->xmax);
+ if (g->ymax != G_YMAX)
+ fprintf (fout, "\tymax:\t%d\n", g->ymax);
+
+ if (g->xbase != G_XBASE)
+ fprintf (fout, "\txbase:\t%d\n", g->xbase);
+ if (g->ybase != G_YBASE)
+ fprintf (fout, "\tybase:\t%d\n", g->ybase);
+
+ if (g->xspace != G_XSPACE)
+ fprintf (fout, "\txspace:\t%d\n", g->xspace);
+ if (g->yspace != G_YSPACE)
+ fprintf (fout, "\tyspace:\t%d\n", g->yspace);
+ if (g->xlspace != G_XLSPACE)
+ fprintf (fout, "\txlspace:\t%d\n", g->xlspace);
+
+ if (g->xraster != G_XRASTER)
+ fprintf (fout, "\txraster:\t%d\n", g->xraster);
+ if (g->yraster != G_YRASTER)
+ fprintf (fout, "\tyraster:\t%d\n", g->yraster);
+ if (g->xlraster != G_XLRASTER)
+ fprintf (fout, "\txlraster:\t%d\n", g->xlraster);
+
+ if (g->hidden != G_HIDDEN)
+ fprintf (fout, "\thidden:\t%d\n", g->hidden);