| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| xedit.lsp | 177 ;; Xlfd description, used when combining properties. 188 (defstruct xlfd function 221 xlfd ;; Optional xlfd structure, when combining properties. 223 ;; but fonts may be specified using the xlfd definition. 242 &key font foreground background xlfd underline 252 :xlfd ,xlfd 267 (defun synprop-to-string (synprop &aux values booleans xlfd) 268 (if (setq xlfd (synprop-xlfd synprop) [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| xftxlfd.c | 45 * Cut out one XLFD field, placing it in 'save' and return 66 * convert one XLFD numeric field. Return -1 if the field is '*' 87 const char *xlfd = xlfd_orig; local 100 if (*xlfd != '-') 102 if (!(xlfd = strchr (foundry = ++xlfd, '-'))) return NULL; 103 if (!(xlfd = strchr (family = ++xlfd, '-'))) return NULL; 104 if (!(xlfd = strchr (weight_name = ++xlfd, '-'))) return NULL [all...] |
| /xsrc/external/mit/luit/dist/ |
| charset.c | 102 const char *xlfd; member in struct:_FontencCharset 294 mapping = FontEncMapFind(fc->xlfd, FONT_ENCODING_UNICODE, -1, -1, NULL);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TextSinkP.h | 74 /* xlfd attributes */ 96 XrmQuark xlfd; member in struct:_XawTextProperty
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextSink.c | 1022 char *xlfd = XGetAtomName(display, value); local 1024 if (xlfd) { 1025 char *sep = xlfd + 1; 1028 property->xlfd = XrmStringToQuark(xlfd); 1084 XFree(xlfd); 1095 /* XLFD says: 1119 /* XLFD says: 1126 /* I am assuming xlfd does not consider that lines are 1199 const char *xlfd; local [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| mkfontscale.c | 536 ListPtr xlfd = NULL; local 704 xlfd = listConsF(xlfd, 715 xlfd = listConsF(xlfd, 727 return xlfd; 817 ListPtr xlfd, lp; local 886 xlfd = NULL; 965 /* We know it's a bitmap font, and we know its XLFD */ 974 fprintf(stderr, "Couldn't allocate xlfd name\n") [all...] |