Hi Advanced Qt users,

I am trying to display UTF-8 characters on my app ui,
I have downloaded the .ttc font file and placed in under /path_to_Qt/lib/font/

The problem is that the font is unable to be found, the app simply leaves the area blank.

I have complied the qt-everywhere lib as shared libraries, and dynamically link it to my app.
One thing I did notice is that I have modified my $LD_LIBRARY_PATH , should I change it to my Qt lib path?

I have tried qt.conf file, but I am not able to get it work.
I have printed the font families available from QFontDataBase, it is unrelated to the font files in /path_to_Qt/lib/font/

At the end of the day I found one font from the given font family list, it works but looks distorted.

Cound anyone tell me how am I able to find the configured font path, and how to change it please?

Thank you very much in advance.

Lan