Searched refs:_IsInSameRun (Results 1 – 1 of 1) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 997 if not self._IsInSameRun(glyphID, lastGlyphID, charCode, lastCharCode): 1056 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): member in cmap_format_12 1070 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): member in cmap_format_13
|