Hello. While hacking on some existing open-source fonts, I’ve been required to resize some glyphs which were off-size for ths style. But if I scale them then the stroke width also increases which is unacceptable. Manual adjustment of the nodes is not an option in complex Indic glyphs. So I was wondering whether I could use some combination of Scale + Thin to get the desired effect?
IIUC the input values for horiz and vert for thin are the number of funits by which the strokes should be thinned. So I am thinking that it would work if the existing stroke width is uniform, and I should determine that width (x), and ask the Glyph Transformer to thin the glyph by the value (x*scale)-x on both horiz and vert factors.
Is this the right way to do this or is there a better way?
Thanks.