Searched refs:maxCtxFont (Results 1 – 4 of 4) sorted by relevance
5 from fontTools.otlLib.maxContextCalc import maxCtxFont11 assert maxCtxFont(font) == 014 assert maxCtxFont(font) == 059 assert maxCtxFont(font) == 374 assert maxCtxFont(font) == max_context
4 def maxCtxFont(font): function
13 from fontTools.otlLib.maxContextCalc import maxCtxFont211 self.font["OS/2"].usMaxContext = maxCtxFont(self.font)
8 from fontTools.otlLib.maxContextCalc import maxCtxFont2835 max_context = maxCtxFont(font)