Lines Matching refs:strcasecmp
454 if (strcasecmp(weight, "Thin") == 0)
456 if (strcasecmp(weight, "ExtraLight") == 0) /* FontForge uses this for 200 */
458 if (strcasecmp(weight, "Light") == 0)
460 if (strcasecmp(weight, "Regular") == 0)
462 if (strcasecmp(weight, "Normal") == 0)
464 if (strcasecmp(weight, "Plain") == 0)
466 if (strcasecmp(weight, "Medium") == 0)
468 if (strcasecmp(weight, "Book") == 0)
470 if (strcasecmp(weight, "Roman") == 0) /* Some URW++ fonts do that! */
472 if (strcasecmp(weight, "Demi") == 0)
474 if (strcasecmp(weight, "DemiBold") == 0)
476 if (strcasecmp(weight, "SemiBold") == 0) /* some TeX fonts apparently do that */
478 else if (strcasecmp(weight, "Bold") == 0)
480 else if (strcasecmp(weight, "ExtraBold") == 0) /* freefonts uses this */
482 else if (strcasecmp(weight, "Heavy") == 0) /* FontForge uses this for 800 */
484 else if (strcasecmp(weight, "Black") == 0)
969 l >= 12 && strcasecmp(xlfd_name + l - 11, "-iso10646-1") == 0) {
1266 if (strcasecmp(encoding_name, "iso10646-1") == 0) {
1286 else if (strcasecmp(encoding_name, "microsoft-symbol") == 0) {
1293 else if (strcasecmp(encoding_name, "adobe-fontspecific") == 0) {