Searched refs:fontpath (Results 1 – 5 of 5) sorted by relevance
402 char *fontpath = strdup(defaultFontPath); in winFixupPaths() local403 size_t size = strlen(fontpath); in winFixupPaths()459 if (fontpath == NULL) in winFixupPaths()460 fontpath = malloc(newsize + 1); in winFixupPaths()462 fontpath = realloc(fontpath, newsize + 1); in winFixupPaths()466 fontpath[size] = ','; in winFixupPaths()476 strncpy(fontpath + size, str, blen); in winFixupPaths()477 fontpath[newsize] = 0; in winFixupPaths()484 defaultFontPath = strdup(fontpath); in winFixupPaths()485 free(fontpath); in winFixupPaths()
66 --with-fontpath=${datadir}/fonts \78 --with-fontpath=${datadir}/fonts \
45 --with-fontpath=/usr/share/fonts \
463 dnl "catalogue:/etc/X11/fontpath.d,built-ins"
48555 Default font path: remove the check for ${sysconfdir}/X11/fontpath.d48557 The location ${sysconfdir}/X11/fontpath.d is unknown at configuration time48560 checking for ${prefix}/etc/X11/fontpath.d... no48563 fontpath.d is. Fedora have chosen /etc/X11 and others have followed, but this48568 Distros are using --with-default-path when they support fontpath.d, so they48572 could potentially provide a reliable implementation of choosing fontpath.d116206 Don't use AC_CHECK_FILE for fontpath checks when cross compiling119158 Set default font path with fontutil 1.1 and fontpath.d119160 Look for $sysconfdir/X11/fontpath.d and, if it exists, set it to the