Home
last modified time | relevance | path

Searched refs:hint_args (Results 1 – 1 of 1) sorted by relevance

/dports/print/py-psautohint/psautohint-2.0.0/python/psautohint/
H A DotfFont.py1195 def args_to_hints(hint_args): argument
1196 hints = [hint_args[0:2]]
1198 for i in range(2, len(hint_args), 2):
1199 bottom = hint_args[i] + prev[0] + prev[1]
1200 hints.append([bottom, hint_args[i + 1]])
1246 hint_args = h_hint_args
1249 hint_args = v_hint_args
1251 delta = hint_args[bottom_idx] + hint_args[bottom_idx + 1]
1252 del hint_args[bottom_idx:bottom_idx + 2]
1253 if len(hint_args) > bottom_idx:
[all …]