Home | History | Annotate | Download | only in fontTools

Lines Matching refs:unicodes

1928   def populate(self, glyphs=[], unicodes=[], text=""):
1929 self.unicodes_requested.update(unicodes)
2185 unicodes = []
2203 unicodes.append(u)
2217 log("Unicodes:", unicodes)
2220 subsetter.populate(glyphs=glyphs, unicodes=unicodes, text=text)