[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: system-gschemrc.in



  User: mike    
  Date: 06/06/02 10:22:51

  Modified:    .        system-gschemrc.in
  Log:
  Allow negative values to be set for output_text_vector_threshold, add logic
  
  for vector vs. PS text selection, and set default to text only.
  
  
  
  
  Revision  Changes    Path
  1.93      +6 -6      eda/geda/devel/gschem/lib/system-gschemrc.in
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: system-gschemrc.in
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/lib/system-gschemrc.in,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -b -r1.92 -r1.93
  --- system-gschemrc.in	17 May 2006 14:20:48 -0000	1.92
  +++ system-gschemrc.in	2 Jun 2006 14:22:51 -0000	1.93
  @@ -533,8 +533,7 @@
   ; 	vector - the displayed vector font is rendered to the postscript file
   ; 	ps     - an equivalent postscript font is rendered to the ps file
   ; vector rendering is *exactly* as the display is shown 
  -; ps is close, but not perfect (yet) (ps rendering does NOT render 180 degree
  -; rotated text correctly yet)
  +; PostScript text is close, but looks nicer.
   ; Also vector rendered text files are much much larger then ps files.
   ; 
   ;(output-text "vector")
  @@ -546,11 +545,12 @@
   ; are outputted using the postscript font or the vector font.  If the 
   ; number of lines exceeds the specified threshold, then the whole multi-line 
   ; text item is outputted using the vector font instead of the postscript 
  -; font.  If you want to disable this feature, then comment in the line with 
  -; the large value.
  +; font.  If you want to enable this feature, then set the value to a positive
  +; integer greater than 0.  This feature is disabled by default.
   ;
  -(output-vector-threshold 3)
  -;(output-vector-threshold 999999)
  +(output-vector-threshold -1)
  +;(output-vector-threshold 3)
  +
   
   ; output-type string
   ;