This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
update_all_kerning_pairs [2015/09/02 13:06] johan |
update_all_kerning_pairs [2019/01/16 18:19] 127.0.0.1 external edit |
||
---|---|---|---|
Line 13: | Line 13: | ||
| | ||
# add 10 more units of space to each kerning pair | # add 10 more units of space to each kerning pair | ||
- | elem.attrib['hadjustment'] = str (kerning - 10) | + | elem.attrib['hadjustment'] = str (kerning + 10) |
with open('FontWithUpdatedKerning.bf', 'wb') as file_handle: | with open('FontWithUpdatedKerning.bf', 'wb') as file_handle: |