Home | History | Annotate | Download | only in fontTools

Lines Matching refs:Substitute

116   _set_update(s.glyphs, *(self.Sequence[i].Substitute for i in indices))
124 if all(sub in s.glyphs for sub in seq.Substitute)]
172 s.glyphs.update(self.Substitute[i] for i in indices)
180 self.Substitute = [self.Substitute[i] for i in indices]
182 indices = [i for i,sub in enumerate(self.Substitute)
184 self.Substitute = [self.Substitute[i] for i in indices]
186 self.GlyphCount = len(self.Substitute)