Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dsubset.py102 def closure_glyphs(self, s, cur_glyphs=None): argument
103 if cur_glyphs is None: cur_glyphs = s.glyphs
104 s.glyphs.update(v for g,v in self.mapping.items() if g in cur_glyphs)
113 def closure_glyphs(self, s, cur_glyphs=None): argument
114 if cur_glyphs is None: cur_glyphs = s.glyphs
115 indices = self.Coverage.intersect(cur_glyphs)
131 def closure_glyphs(self, s, cur_glyphs=None): argument
132 if cur_glyphs is None: cur_glyphs = s.glyphs
134 if g in cur_glyphs))
145 def closure_glyphs(self, s, cur_glyphs=None): argument
[all …]