Android How to get rid of question mark at end of ellipsize

后端 未结 2 1142
北恋
北恋 2020-12-29 13:03

I\'ve defined the following TextView:

    

        
2条回答
  •  一个人的身影
    2020-12-29 14:07

    Had the same problem. Somebody with FontForge knowledge fixed the U+FEFF in my custom fonts and now they work well. Here is how he described what he did:

    "I'm not good with Fontforge, so I cheated. Basically, opened the font in Fontforge, selected the space character, ctrl+c for copy, then selected FEFF, ctrl+v for paste. Then menu Metrics->Set Width and set to zero. Then File->Generate Fonts."

提交回复
热议问题