Xphoton cyrillic fonts

Xphoton package includes cyrillic fonts, but Xphoton doesn’t load them.
How can I fix it ?

I found font paths are built-in Xphoton binary, and there’s no
“cyrillic” among them.

Could Xphoton read any external configureation files similar with X
Server ones ?

dmi

Hi Dmitry,

I have spoken with one of the developers and
currently xphoton will not read a config file.
You can try the following :
Xphoton -fp path,path,path… (this overrides the builtin path)
xset fp+ path (You will have to port this utility xset, it is a
simple port, then do the following xmfmf,make)
cp cryllic/* dir_thats_in_the_font_path
cd that dir, mkfontdir (this is located in the following paths
/x86/usr/X11R6/bin/mkfontdir
/x86/usr/photon/bin/mkfontdir )

Hope this helps
Regards
Brenda


Dmitry Alexeyev wrote:

Xphoton package includes cyrillic fonts, but Xphoton doesn’t load them.
How can I fix it ?

I found font paths are built-in Xphoton binary, and there’s no
“cyrillic” among them.

Could Xphoton read any external configureation files similar with X
Server ones ?

dmi