Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/subset/
D__init__.py449 def closure_glyphs(self, s, cur_glyphs): argument
450 s.glyphs.update(v for g,v in self.mapping.items() if g in cur_glyphs)
459 def closure_glyphs(self, s, cur_glyphs): argument
461 if glyph in cur_glyphs:
471 def closure_glyphs(self, s, cur_glyphs): argument
473 if g in cur_glyphs))
484 def closure_glyphs(self, s, cur_glyphs): argument
488 if g in cur_glyphs))
502 def closure_glyphs(self, s, cur_glyphs): argument
504 indices = self.Coverage.intersect(cur_glyphs)
[all …]