Lines Matching +defs:xlfd +defs:spacing
536 ListPtr xlfd = NULL;
538 *spacing, *full_name, *tmp;
552 spacing = NULL;
590 if (!spacing) {
594 spacing = "c";
597 spacing = "m";
601 spacing = "p";
620 if (!spacing)
621 spacing = t1info->is_fixed_pitch ? "m" : "p";
694 if (!spacing)
695 spacing = "p";
704 xlfd = listConsF(xlfd,
707 weight, slant, sWidth, adstyle, spacing);
715 xlfd = listConsF(xlfd,
720 xres, yres, spacing, 60);
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;