summaryrefslogtreecommitdiff
path: root/ps
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2004-07-05 19:23:13 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2004-07-05 19:23:13 +0000
commitec83f6cdee0c4261783f3ae0f6cbd155d7ddd978 (patch)
treecf552510b3d31000dfca492311b311348070bb96 /ps
parent2d3cc381c4199282a42e93704836bf80d046928d (diff)
*** empty log message ***
Diffstat (limited to 'ps')
-rw-r--r--ps/music-drawing-routines.ps7
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