fluttercandies / extended_text

A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.
MIT License
664 stars 134 forks source link

CustomTextOverFlow 在iOS上没有对齐 #134

Closed lyb5834 closed 2 years ago

lyb5834 commented 2 years ago

版本:9.1.2 平台:iOS 问题描述:当显示的文字是中文时,CustomTextOverFlow并没有和文字对齐,明显文字偏下了一点,Android上是正常的。 问题复现图:(demo图)

zmtzawqlp commented 2 years ago

设置 textstyle height

lyb5834 commented 2 years ago

这个确实有用,设置 height = 1.3 时,最接近和文字对齐,但是这个很反直觉并且Android 上又往下偏移了,需要分开设置额?

zmtzawqlp commented 2 years ago

嗯。文字这东西。很玄学,我是根据overflow widget去绘制的。我不知道里面的内容是啥,你可以看到粉色的框是居中的,所以,最终还是因为文字本身就没有居中导致的

lyb5834 commented 2 years ago

好的,那这个问题就这样吧。