Searched refs:ends_in_regular (Results 1 – 2 of 2) sorted by relevance
45 ends_in_regular = False variable in FontInfo141 font.ends_in_regular = ends_in_regular(namerecord.text)179 if font.style is 'Regular' and not font.ends_in_regular:187 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 is 'Regular' and not font.ends_in_regular:203 def ends_in_regular(string): function