isBestFontFor     108 modules/ft_font/ft_font.c 	if (isBestFontFor(listOfFonts, *currentBestFont, fontName)) {
isBestFontFor     289 modules/ft_font/ft_font.c 		if (isBestFontFor(BEST_FIXED_FONTS, ftpriv->font_fixed, key) || (!ftpriv->font_fixed && (strstr(fkey, "fixed") || strstr(fkey, "mono")) ) ) {
isBestFontFor     294 modules/ft_font/ft_font.c 		if (isBestFontFor(BEST_SANS_FONTS, ftpriv->font_sans, key) || (!ftpriv->font_sans && strstr(fkey, "sans")) ) {
isBestFontFor     299 modules/ft_font/ft_font.c 		if (isBestFontFor(BEST_SERIF_FONTS, ftpriv->font_serif, key) || (!ftpriv->font_serif && strstr(fkey, "serif")) ) {