Summary
auto_size_text automatically adjusts its content's text size so that it will fit in their given layout.
As an alternative option, I want to fix the content's X-scale and place it in the given layout so that I could show its full content without changing the text's height.
For describing my feature request, I created a sample app and capture that demonstrates the behavior of 3 text widgets.
The third text-widget with blue color represents the sample I am trying to add to this package.
Describe alternatives you've considered
This may sound improper in the UI/UX perspective (especially in western typography),
but I want this feature by transforming the text's X-scale because of these reasons.
In Japanese Fonts, fonts are assumed to be squashed if needed in order to fit in the given space. Those are designed in that way.
Summary auto_size_text automatically adjusts its content's text size so that it will fit in their given layout. As an alternative option, I want to fix the content's X-scale and place it in the given layout so that I could show its full content without changing the text's height.
For describing my feature request, I created a sample app and capture that demonstrates the behavior of 3 text widgets.
https://user-images.githubusercontent.com/87434551/159607015-a5d95597-0359-48fd-b364-47ba7c090f3a.mp4
Describe alternatives you've considered This may sound improper in the UI/UX perspective (especially in western typography),
but I want this feature by transforming the text's X-scale because of these reasons.
Version