Home
last modified time | relevance | path

Searched refs:loadfontfromfile (Results 1 – 3 of 3) sorted by relevance

/dports/games/tileworld/tworld-1.3.0/
H A Doshw.h115 extern int loadfontfromfile(char const *filename, int complain);
H A Dres.c296 f = loadfontfromfile(path, TRUE); in loadfont()
301 f = loadfontfromfile(path, TRUE); in loadfont()
/dports/games/tileworld/tworld-1.3.0/oshw-sdl/
H A Dsdltext.c570 int loadfontfromfile(char const *filename, int complain) in loadfontfromfile() function