„output_module/weaver.py“ ändern

main
ohjian 1 year ago
parent 08a00e4245
commit e42f31461d

@ -74,16 +74,16 @@ newpath
/Symbol /Symbol
% fontname % fontname
16 selectfont 36 selectfont
% fontsize in points, establishes the font as the current one % fontsize in points, establishes the font as the current one
/x-weaver { 5 } def /x-weaver { 10 } def
% define x position % define x position
/y-weaver { 300 } def /y-weaver { 700 } def
% define y position % define y position
/lg-weaver { 5 } def /lg-weaver { 16 } def
% define linespacing % define linespacing
/newline-weaver { y-weaver lg-weaver sub /y-weaver exch def x-weaver y-weaver moveto } def /newline-weaver { y-weaver lg-weaver sub /y-weaver exch def x-weaver y-weaver moveto } def

Loading…
Cancel
Save