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

Emoji and CJK horizontal centering #48

Open suragch opened 8 months ago

suragch commented 8 months ago

After the Flutter 3.16 update, the horizontal centering is off for emoji and CJK characters (as noted here):

off centered

This is not the case when setting style: TextStyle(height: 1) though:

image

The solution is probably in MongolParagraph and related to assumptions about the line width.

suragch commented 8 months ago

This would also be a good time to fix #10.