This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
update_all_kerning_pairs [2015/09/02 13:06] johan |
update_all_kerning_pairs [2015/09/02 13:54] johan |
||
---|---|---|---|
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: |