Browse Source

updates for Cygwin/Linux fonts and font size

pre-master-46
Holger Vogt 5 years ago
parent
commit
2f2db20305
  1. 4
      examples/svg/nmos_out_BSIM330_svg.sp
  2. 7
      examples/svg/nmos_out_BSIM330_various.sp

4
examples/svg/nmos_out_BSIM330_svg.sp

@ -30,9 +30,9 @@ set nolegend
* the default settings
* "svgwidth", "svgheight", "svgfont-size", "svgfont-width", "svguse-color", "svgstroke-width", "svggrid-width",
set svg_intopts = ( 1024, 768, 16, 0, 1, 2, 0 )
set svg_intopts = ( 512 384 20 0 1 2 0 )
* "svgbackground", "svgfont-family", "svgfont"
set svg_stropts= ( )
setcs svg_stropts = ( blue Arial Arial )
*** svg ***
set hcopydevtype = svg

7
examples/svg/nmos_out_BSIM330_various.sp

@ -34,6 +34,9 @@ plot vss2#branch vs v(22) title 'Series resistor: Drain current versus drain vol
*** postscript ***
set hcopydevtype = postscript
setcs hcopyfont=Helvetica
set hcopyfontsize=14
set hcopypscolor=0 ; background black
hardcopy plot_4.ps vss#branch title 'Drain current versus drain voltage' xlabel 'Drain voltage' ylabel 'Drain current'
set hcopypscolor=1 ; background white
@ -45,9 +48,13 @@ if $oscompiled = 1 | $oscompiled = 8
* for CYGWIN
else
shell xterm -e gs plot_5.ps &
shell xterm -e gs plot_4.ps &
end
*** svg ***
set svg_intopts = ( 512 384 20 0 1 2 0 )
setcs svg_stropts = ( white Arial Arial )
set hcopydevtype = svg
*set color0=white
set color1=blue

Loading…
Cancel
Save