Home
last modified time | relevance | path

Searched refs:no_system_fonts (Results 1 – 5 of 5) sorted by relevance

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dparse.h36 const char *no_system_fonts; member
H A Dfonts.h81 extern int no_system_fonts;
H A Dfonts.c136 int no_system_fonts; variable
138 int no_system_fonts = 1; variable
959 if (!no_system_fonts) in load_user_fonts()
1066 reliable_read(font_socket_fd, &no_system_fonts, sizeof no_system_fonts); in run_font_scanner()
H A Dparse.gperf158 sysfonts, NEGBOOL(no_system_fonts)
H A Dtuxpaint.c23528 SETBOOL(no_system_fonts); in setup_config()
24736 reliable_write(font_socket_fd, &no_system_fonts, sizeof no_system_fonts); in setup()