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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
3,356件の閲覧回数
lavakumars
Contributor IV

hi,

I am working on the imx6qp sabre AI board, with yocto build with kernel version 4.1.15.

Now I want to use the " segoe ui" fonts in my QT application please can someone help me how to use it.

on target just keeping the fonts directory is not useful.

Regards,

Lavakumar S

1 解決策
2,928件の閲覧回数
lavakumars
Contributor IV

hi Joan Xie,

Thanks for the reply.

That did not work me on target. but yes it worked when I did below steps.

1. kept the .ttf(fonts files) in a foder and

2. used the command below  before running the app

      export QT_QPA_FOTNDIR="folder/path/of/your/fonts"

its worked ok now for my hmi.

Regards,

Lavakumar S

元の投稿で解決策を見る

2 返答(返信)
2,928件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

did you have this fonts package? if yes, pls put this package to /usr/lib/fonts, then in the implayer to choose this character, 

0 件の賞賛
返信
2,929件の閲覧回数
lavakumars
Contributor IV

hi Joan Xie,

Thanks for the reply.

That did not work me on target. but yes it worked when I did below steps.

1. kept the .ttf(fonts files) in a foder and

2. used the command below  before running the app

      export QT_QPA_FOTNDIR="folder/path/of/your/fonts"

its worked ok now for my hmi.

Regards,

Lavakumar S