Searched refs:ends_in_regular (Results 1 – 2 of 2) sorted by relevance
45 ends_in_regular = False variable in FontInfo148 font.ends_in_regular = ends_in_regular(namerecord.text)189 if font.style == 'Regular' and not font.ends_in_regular:197 def ends_in_regular(string): function
47 ends_in_regular = False variable in FontInfo157 font.ends_in_regular = ends_in_regular(namerecord.text)195 if font.style == 'Regular' and not font.ends_in_regular:203 def ends_in_regular(string): function