Lines Matching +defs:xlfd +defs:slant
536 ListPtr xlfd = NULL;
537 const char *foundry, *family, *weight, *slant, *sWidth, *adstyle,
549 slant = NULL;
585 if (!slant)
586 slant = os2->fsSelection & 1 ? "i" : "r";
622 if (!slant) {
624 slant =
636 if (!slant)
637 slant = head->Mac_Style & 2 ? "i" : "r";
642 if (!slant) {
643 fprintf(stderr, "Couldn't determine slant for %s\n", filename);
644 slant = "r";
669 if (strcmp(slant, "i") == 0) {
671 slant = "o";
673 slant = "o";
688 if (!slant)
689 slant = "r";
704 xlfd = listConsF(xlfd,
707 weight, slant, sWidth, adstyle, spacing);
715 xlfd = listConsF(xlfd,
718 weight, slant, sWidth, adstyle,
727 return xlfd;
817 ListPtr xlfd, lp;
886 xlfd = NULL;
974 fprintf(stderr, "Couldn't allocate xlfd name\n");
979 xlfd = listCons(s, xlfd);
1007 if (xlfd == NULL)
1008 xlfd = makeXLFD(entry->d_name, face, isBitmap);
1012 for (lp = xlfd; lp; lp = lp->next) {
1038 deepDestroyList(xlfd);
1039 xlfd = NULL;