How to set korean font in i.mx6quad qt5 app?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to set korean font in i.mx6quad qt5 app?

跳至解决方案
2,353 次查看
coilnpark
Contributor IV

Hi everyone~

I am working with i.mx6quad qt5.

When I made application with korean font, it appeared like below.

Anybody can help me?

pastedImage_2.png

标签 (2)
1 解答
2,219 次查看
coilnpark
Contributor IV

Dear karan,

I solved this issue as below.

I downloaded font and added to "sysroot/usr/lib/fonts"

That's it.

Regards,

Colin Park

在原帖中查看解决方案

2 回复数
2,220 次查看
coilnpark
Contributor IV

Dear karan,

I solved this issue as below.

I downloaded font and added to "sysroot/usr/lib/fonts"

That's it.

Regards,

Colin Park

2,219 次查看
karangajjar
Senior Contributor II

Hi Coiln Park,

You need to set the QT_QPA_FONTDIR to the location of the font directory before launching the Qt application.

Please check out the below thread for more reference:

how to installing "segoe ui" fonts on to imx6qp yocto build 

Also check Fonts section in Qt for Embedded Linux | Qt 5.14  .

Regards,

Karan Gajjar

0 项奖励
回复