suragch / mongol

Mongolian vertical script widgets for Flutter apps
https://pub.dev/packages/mongol
BSD 3-Clause "New" or "Revised" License
70 stars 15 forks source link

How to set the specific between words for text #16

Open peter100u opened 2 years ago

peter100u commented 2 years ago

How to set the specific between words for text, such as padding, spacing, etc. I set wordspacing, but I didn't

suragch commented 2 years ago

If you can give me a code example of what you mean using horizontal text (with a Text widget), I'll look at the possibility of adding that functionally.

peter100u commented 2 years ago

void main() { runApp(MaterialApp( home: Scaffold( body: Center( child: MongolText('墦间人散後,乌鸟正西东。'), ), ), )); }

suragch commented 2 years ago

This shouldn't be too hard to implement, but I just need to find time to work on it.

suragch commented 2 years ago

Same as issue #10