[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: i_vars.h
User: mike
Date: 07/02/10 14:42:17
Modified: . i_vars.h prototype.h
Log:
Added code to scale the output postscript font under user control.
This is controlled via the postscript-font-scale rc keyword.
Revision Changes Path
1.39 +1 -0 eda/geda/gaf/gschem/include/i_vars.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: i_vars.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/i_vars.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- i_vars.h 3 Dec 2006 02:27:12 -0000 1.38
+++ i_vars.h 10 Feb 2007 19:42:09 -0000 1.39
@@ -3,6 +3,7 @@
extern int default_text_color;
extern int default_text_size;
extern int default_text_caps;
+extern float default_postscript_font_scale;
extern int default_attribute_color;
extern int default_detachattr_color;
extern int default_net_color;
1.159 +2 -1 eda/geda/gaf/gschem/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/prototype.h,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -b -r1.158 -r1.159
--- prototype.h 9 Jan 2007 04:47:08 -0000 1.158
+++ prototype.h 10 Feb 2007 19:42:15 -0000 1.159
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.158 2007/01/09 04:47:08 ahvezda Exp $ */
+/* $Id: prototype.h,v 1.159 2007/02/10 19:42:15 mike Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -222,6 +222,7 @@
SCM g_rc_embed_components(SCM mode);
SCM g_rc_text_size(SCM size);
SCM g_rc_text_caps_style(SCM mode);
+SCM g_rc_postscript_font_scale(SCM scale);
SCM g_rc_snap_size(SCM size);
SCM g_rc_logging_destination(SCM mode);
SCM g_rc_default_series_name(SCM name);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs