В сообщении от 18 марта 2006 21:51 Alexandre Julliard написал(a):
- /* load the system truetype fonts */
- data_dir = wine_get_data_dir();
- if (data_dir && (unixname = HeapAlloc(GetProcessHeap(), 0,
I did not use if (!data_dir) data_dir = wine_get_build_dir(); also for ttf mixing problem in fonts dir.
What about to place source fonts and result (.fon, .ttf) in separate directories in source tree?