Esempio n. 1
0
 def _get_text_width(self, text):
     return text_width(text, ambiwidth=self.ambiwidth)
Esempio n. 2
0
 def tw2(text):
     return text_width(text, ambiwidth=2)
Esempio n. 3
0
 def tw1(text):
     return text_width(text, ambiwidth=1)
Esempio n. 4
0
 def tw2(text):
     return text_width(text, ambiwidth=2)
Esempio n. 5
0
 def tw1(text):
     return text_width(text, ambiwidth=1)
Esempio n. 6
0
 def get_text_width(self, text):
     return text_width(text, ambiwidth=self.ambiwidth)