Text overflow ellipsis adds unknown character at the end

Viewed 471

I use custom font Inter for my Flutter Web project. And in all Text widgets with ellipsis I got unknown symbol at the end of text. When font changed to Roboto problem disappears. What the symbol inserts into the text by flatter engine? I cant event select text and debug, because of text renders on canvas. PS: SelectableText cant be ellipsis:)

enter image description here

0 Answers
Related