Lines Matching +defs:xlfd +defs:foundry
536 ListPtr xlfd = NULL;
537 const char *foundry, *family, *weight, *slant, *sWidth, *adstyle,
546 foundry = NULL;
583 if (!foundry)
584 foundry = vendor_foundry(os2->achVendID);
616 if (!foundry)
617 foundry = notice_foundry(t1info->notice);
652 if (!foundry) {
657 foundry = notice_foundry(notice);
660 if (!foundry) {
663 foundry = notice_foundry(notice);
679 if (!foundry)
680 foundry = "misc";
697 foundry = safe(foundry);
704 xlfd = listConsF(xlfd,
706 foundry, family,
715 xlfd = listConsF(xlfd,
717 foundry, family,
725 free((void *) foundry);
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;