Searched refs:glyphToFirstGroup (Results 1 – 1 of 1) sorted by relevance
3 def lookupKerningValue(pair, kerning, groups, fallback=0, glyphToFirstGroup=None, glyphToSecondGrou… argument46 if glyphToFirstGroup is not None:49 assert glyphToFirstGroup is not None50 if glyphToFirstGroup is None:51 glyphToFirstGroup = {}56 glyphToFirstGroup[glyph] = group67 firstGroup = glyphToFirstGroup.get(first)