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