Re-hello.

About the font compatible with Chinese and others no-latin char.

There is the font 'Unifont' that is present on nearly all Linux distros.

With this:

tlabel1.font.name := 'Unifont';

You should render nearly all type of language.

Fre;D




________________________________
De : Fred van Stappen <fi...@hotmail.com>
Envoyé : dimanche 13 mars 2022 02:36
À : mseide-msegui-talk@lists.sourceforge.net 
<mseide-msegui-talk@lists.sourceforge.net>
Objet : [MSEide-MSEgui-talk] Chinese ideograms on Linux: Good news!


Hello everyboy.

Chinese ideograms can be rendered on Linux perfectly for each msegui widget.

The trick for Linux:

1) In console look for the fonts installed compatible with Chinese ideograms:

`$> fc-list :lang=zh`

2) Chosse one, I took randomily **'Noto Serif CJK TC'**

3) Use that name for the font.name of the widget:

tlabel1.font.name := 'Noto Serif CJK TC';
tlabel1.caption := '是的全部' ;

And it should work (see picture).

It works also for ideU, just use 'Noto Serif CJK TC' as font in settings.

Yeeep.

😉 x 10

Fre;D
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to