magic_text 0.0.3 magic_text: ^0.0.3 copied to clipboard
Auto-responsive text widget that supports a multitude of parameters to control text rendering behaviour.
0.0.1 #
Auto-responsive text widget that supports a multitude of parameters to control text rendering behaviour.
The main purpose of the Magic Text widget is to adapt to the available space in an elegant way, handling a character that allows to handle line breaks that cut words, remove unnecessary spaces and adapt the text size in such a way that there are as few word breaks as possible between a range of maximum and minimum sizes passed by parameter. The text rendering task can be done synchronously and asynchronously. It is also possible to parameterize most of the attributes used in a Text widget.
0.0.2 #
Auto-responsive text widget that supports a multitude of parameters to control text rendering behaviour.
The main purpose of the Magic Text widget is to adapt to the available space in an elegant way, handling a character that allows to handle line breaks that cut words, remove unnecessary spaces and adapt the text size in such a way that there are as few word breaks as possible between a range of maximum and minimum sizes passed by parameter. The text rendering task can be done synchronously and asynchronously. It is also possible to parameterize most of the attributes used in a Text widget.
0.0.3 #
Performance improvements
Rendering performance improvements to speed up the widget.