Error with font (SOLVED)

how to fix this error.
WARNING:RENDER: Character code 2e not supported by font, nor is fallback '~'
Font that i use cant make line break.

Character 0x2E is the ‘.’ character. Does your font have it? Does it have the ‘~’ fallback character?

no.
But exist another problem. When i put this font line break didnt work and all letters are putting one on another.

Is it the text at the bottom of that screenshot you are referring to? What is the width of the text field? Is it short enough that it should break the text? Also, note that you can’t use \n in the text field when setting the text in the properties window. You need to use gui.set_text().

Yes it is short enough but why letters are putting one on another?

It’s either a problem with your font or an incorrect value in the Tracking field of the text node. Have you modified the Tracking value in the properties window when you have the text node selected?

I tried to change tracking value to 10 and also i tried to change the font but nothing happened.

What if you change to another font? Is a other font displayed properly?

When i change to system font all going well but “Manglo” font make me trouble.

Could you try a font other than the system font as well? If it’s only the Manglo font that is causing you problems then I’d say it’s the font itself that is at fault somehow.

Yes it works with other font.

Thank you.