| /xsrc/external/mit/mkfontscale/dist/ |
| ident.h | 26 int bitmapIdentify(const char *filename, char **xlfd);
|
| 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...] |
| /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...] |
| xftfont.c | 162 XftFontOpenXlfd (Display *dpy, int screen, const char *xlfd) 169 pat = XftXlfdParse (xlfd, FcFalse, FcFalse); 172 printf ("XftFontOpenXlfd \"%s\": ", xlfd); 174 printf ("Invalid xlfd\n");
|
| /xsrc/external/mit/libXfont2/dist/test/ |
| pcf-test-common.h | 39 * Load a pre-built font directory, attempt to open the given XLFD, 48 const char *xlfd);
|
| pcf-test-common.c | 41 * Try to open a font by XLFD name through the font path element. 50 FontPathElementPtr fpe, const char *xlfd) 66 (NULL, fpe, 0, xlfd, strlen(xlfd), 80 const char *xlfd) 107 result = try_open_font(fpe_functions, fpe_list[0], xlfd);
|
| gen_evil_pcf_bitmapscale.py | 161 xlfd = "-evil-scale-medium-r-normal--1-10-75-75-c-10-iso10646-1" variable 168 f.write(f"{pcf_name} {xlfd}\n")
|
| gen_evil_pcf_encoding.py | 133 xlfd = "-evil-encoding-medium-r-normal--10-100-75-75-c-80-iso10646-1" variable 140 f.write(f"{pcf_name} {xlfd}\n")
|
| gen_evil_pcf_norepad.py | 152 xlfd = "-evil-norepad-medium-r-normal--10-100-75-75-c-80-iso10646-1" variable 159 f.write(f"{pcf_name} {xlfd}\n")
|
| gen_evil_pcf_props.py | 140 xlfd = "-evil-props-medium-r-normal--10-100-75-75-c-80-iso10646-1" variable 147 f.write(f"{pcf_name} {xlfd}\n")
|
| gen_evil_pcf_repad.py | 136 xlfd = "-evil-repad-medium-r-normal--10-100-75-75-c-80-iso10646-1" variable 143 f.write(f"{pcf_name} {xlfd}\n")
|
| /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/libXfont/dist/src/FreeType/ |
| ftenc.c | 63 FTPickMapping(char *xlfd, int length, char *filename, FT_Face face, 75 if(xlfd) 76 encoding_name = FontEncFromXLFD(xlfd, length);
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| ftenc.c | 64 FTPickMapping(char *xlfd, int length, char *filename, FT_Face face, 76 if(xlfd) 77 encoding_name = FontEncFromXLFD(xlfd, length);
|
| /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/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/libXft/dist/include/X11/Xft/ |
| Xft.h | 53 #define XFT_XLFD "xlfd" 345 XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd);
|
| Xft.h.in | 52 #define XFT_XLFD "xlfd" 344 XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd);
|