Home
last modified time | relevance | path

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

/dports/print/py-psautohint/psautohint-2.0.0/python/psautohint/
H A DufoFont.py934 def makeStemHintList(hintsStem3, isH): argument
942 for stem3 in hintsStem3:
1245 def makeHintSet(hints, hintsStem3, isH): argument
1249 if len(hintsStem3) > 0:
1250 hintsStem3.sort()
1251 numHints = len(hintsStem3)
1254 hintsStem3 = hintsStem3[:hintLimit]
1255 hintset.append(makeStemHintList(hintsStem3, isH))