RTLTMPro icon indicating copy to clipboard operation
RTLTMPro copied to clipboard

Warnings about lacking of underline character (0x5F) in Tahoma font because of lacking 0x5F in *Ranges.txt are annoying

Open M4Mahdi opened this issue 4 years ago • 1 comments

By default, after input all of ranges that are in *Ranges.txt files and generate Tahoma font atlas, there is no 0x5F or underline character. And this brings a warning multiple times as many as RTLTMP objects(components) in the scene that is annoying! This line brings us that warning (TMP_Text.cs:6081): Debug.LogWarning("The character used for Underline is not available in font asset [" + fontAsset.name + "].", this); I had to solve the issue by adding 0x5F to the generated font.

M4Mahdi avatar Jul 15 '21 11:07 M4Mahdi

that's my issue too, that's really annoying. thanks

kasrakasaiyan avatar Jun 13 '22 04:06 kasrakasaiyan