diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-07-05 19:23:13 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-07-05 19:23:13 +0000 |
commit | ec83f6cdee0c4261783f3ae0f6cbd155d7ddd978 (patch) | |
tree | cf552510b3d31000dfca492311b311348070bb96 /ps | |
parent | 2d3cc381c4199282a42e93704836bf80d046928d (diff) |
*** empty log message ***
Diffstat (limited to 'ps')
-rw-r--r-- | ps/music-drawing-routines.ps | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index 72724ec111..7ee1498305 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -153,12 +153,15 @@ } bind def -/draw_white_text % text font +/draw_white_text % text scale font { %font - findfont 0.8 scalefont setfont + findfont + %scale + exch scalefont setfont 1 setgray 0 0 moveto + %-0.05 -0.05 moveto % text show } bind def |