Hi flash3433,
What are the other zero's for
This is all standard transformation matrix stuff defined in the Adobe
PostScript Language Reference Manual, 3rd Ed (Red Book) (aka PLRM).
makefont uses a six-element matrix, for which the:
.1st element defines the height
.2nd element defines the amount of rotation
.3rd element defines the obliqueness (italics)
.4th element defines the width
.5th element defines the vertical offset
.6th element defines the horizontal offset
If makefont doesn't do what you want, you could try the techniques outlined
in the PRLM for 'Achieving Special Graphical Effects'. Depending on what
fonts you're using, you may be able to alter the stroke width - but note
that this will increase the height too, so you may need a combination of
this and makefont.
There are some potentially useful examples in the PostScript Language
Tutorial and Cookbook (Blue Book) too.
Cheers
[MS MVP - Word]