I have a TextInput
in Kivy
with long content. I want to know the width of the TextInput
in characters. In other words, the length of the lines?
textinput = TextInput(text="Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps")