int bdVisible; //if borders are visible (boundries of the drawing,
/*border coordinates, needs to be calculated for each graph */
- /*Font Size */
- float FontSize;
-
-
float bdxLeft, bdyTop;
float bdxRight, bdyBottom;
/*default line width */
vi->LineWidth =
(float) atof(get_attribute_value("defaultlinewidth", vi, g));
- vi->FontSize =
- (float) atof(get_attribute_value("defaultfontsize", vi, g));
vi->mg.width =
atoi(get_attribute_value("defaultmagnifierwidth", vi, g));
view->zoom = -20;
- view->FontSize = 52;
view->mg.active = 0;
view->mg.x = 0;