Various patches from Ben H: a fix for an outdated comment, a couple

of spurious ps_printf() arguments removed, and an error check in the
`make install' target.

[originally from svn r6275]
This commit is contained in:
Simon Tatham
2005-09-05 17:21:05 +00:00
parent 56ff3647e2
commit 7096df54de
3 changed files with 12 additions and 3 deletions

2
ps.c
View File

@ -112,7 +112,7 @@ static void ps_draw_text(void *handle, int x, int y, int fonttype,
ps_setcolour(ps, colour);
ps_printf(ps, "/%s findfont %d scalefont setfont\n",
fonttype == FONT_FIXED ? "Courier" : "Helvetica",
fontsize, x, y);
fontsize);
if (align & ALIGN_VCENTRE) {
ps_printf(ps, "newpath 0 0 moveto (X) true charpath flattenpath"
" pathbbox\n"