Hello everybody, I clashed with with serious problem. I can't register any new font in Wine. I tried it with winetricks, with running arial32.exe, with copying files to different directories. But when I try to list all fonts in my program just like that, I only get the only same result
This is my code(midified XPDF-code):
You shouldn't have to register any new fonts, as far as I'm aware. They should just work by copying the TTFs (or other files) to /usr/share/fonts. That's where Winetricks would put them, too.
DaVince wrote:You shouldn't have to register any new fonts, as far as I'm aware. They should just work by copying the TTFs (or other files) to /usr/share/fonts. That's where Winetricks would put them, too.
Have you tried it with a clean Wineprefix?
Winetricks as I discovered put it into windows\fonts folder. In fact it downloads font installers from sourceforge, arial32.exe, setup it. Then write correspondent lines to registry just like in windows but my code doesn't work