Exemple #1
0
 def _get_text_width(self, text):
     return text_width(text, ambiwidth=self.ambiwidth)
Exemple #2
0
 def tw2(text):
     return text_width(text, ambiwidth=2)
Exemple #3
0
 def tw1(text):
     return text_width(text, ambiwidth=1)
 def tw2(text):
     return text_width(text, ambiwidth=2)
 def tw1(text):
     return text_width(text, ambiwidth=1)
Exemple #6
0
 def get_text_width(self, text):
     return text_width(text, ambiwidth=self.ambiwidth)