Installation of Different type of fonts of different languages

We are thinking to use Toradex evaluation board,Toradex Apalis iMax8 and Qt open source software for our development. We want to create an application in Qt in which the information in different language will be shown. Therefore, we want to install fonts of Indian regional languages. Please guide us how to install different fonts of different Indian regional languages in Toradex Apalis iMax8.

In the past (non-Torizon platform, but using yocto) we’ve simply shipped the fonts with our Qt applications, you can interact with QFontDatabase to load additional font files (TTF/OTF) without needing to integrate them into the host operating system.

https://doc.qt.io/qt-6/qfontdatabase.html