I have a font, and I want to create from it a new font,
that is essentially the same as the original font except that
(a) it is the boldface form, and
(b) the characters are uniformly spaced farther apart
(that is, not just certain pairs).
I’d prefer not to have to
(a) redraw every character to turn it into a boldface version of itself, and
(b) set pair kerning for every possible permutation of two characters.
Yes, I realize that (in general) this could result in an ugly font.
However, having done this transformation manually several times,
I am okay with how it will turn out in this case.
Is there a straightforward way to do this?
Of course, if this is already asked and answered somewhere,
just point me to that.