Searched refs:x_new_font (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacfns.c2658 font = x_new_font (f, SDATA (font));
2664 font = x_new_font (f, "-*-monaco-medium-r-normal--12-*-*-*-*-*-iso10646-1");
2667 font = x_new_font (f, "-ETL-fixed-medium-r-*--*-160-*-*-*-*-iso8859-1");
2672 font = x_new_font (f, "-*-monaco-*-12-*-mac-roman");
2674 font = x_new_font (f, "-*-courier-*-10-*-mac-roman");
3905 font = x_new_font (f, SDATA (font));
3911 font = x_new_font (f, "-*-monaco-medium-r-normal--12-*-*-*-*-*-iso10646-1");
3914 font = x_new_font (f, "-ETL-fixed-medium-r-*--*-160-*-*-*-*-iso8859-1");
3919 font = x_new_font (f, "-*-monaco-*-12-*-mac-roman");
3921 font = x_new_font (
[all...]
H A Dxfns.c3251 font = x_new_font (f, SDATA (font));
3256 font = x_new_font (f, "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1");
3258 font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1");
3260 font = x_new_font (f, "-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1");
3264 font = x_new_font (f, "-*-*-medium-r-*-*-*-*-*-*-c-*-iso8859-1");
3267 font = x_new_font (f, "-*-fixed-*-*-*-*-*-140-*-*-c-*-iso8859-1");
4838 font = x_new_font (f, SDATA (font));
4843 font = x_new_font (f, "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1");
4845 font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1");
4847 font = x_new_font (
[all...]
H A Dframe.h1055 extern Lisp_Object x_new_font P_ ((struct frame *, char *));
H A Dw32fns.c4289 font = x_new_font (f, SDATA (font));
4293 font = x_new_font (f, "-*-Courier New-normal-r-*-*-*-100-*-*-c-*-iso8859-1");
4295 font = x_new_font (f, "-*-Courier-normal-r-*-*-13-*-*-*-c-*-iso8859-1");
4298 font = x_new_font (f, "-*-Fixedsys-normal-r-*-*-12-*-*-*-c-*-iso8859-1");
7314 font = x_new_font (f, SDATA (font));
7319 font = x_new_font (f, "-*-Courier New-normal-r-*-*-*-100-*-*-c-*-iso8859-1");
7321 font = x_new_font (f, "-*-Courier-normal-r-*-*-13-*-*-*-c-*-iso8859-1");
7324 font = x_new_font (f, "-*-Fixedsys-normal-r-*-*-12-*-*-*-c-*-iso8859-1");
H A Dw32term.c5278 x_new_font (f, fontname)
5343 result = x_new_font (f, (SDATA (fontset_ascii (fontset))));
5349 /* Since x_new_font doesn't update any fontset information, do it now. */
5253 x_new_font (f, fontname) function
H A Dframe.c3120 : x_new_font (f, SDATA (arg)));
H A Dmacterm.c5914 x_new_font (f, fontname)
5988 result = x_new_font (f, (SDATA (fontset_ascii (fontset))));
5994 /* Since x_new_font doesn't update any fontset information, do it now. */
5895 x_new_font (f, fontname) function
H A Dxterm.c7923 x_new_font (f, fontname)
7997 result = x_new_font (f, (SDATA (fontset_ascii (fontset))));
8003 /* Since x_new_font doesn't update any fontset information, do it now. */
7897 x_new_font (f, fontname) function

Completed in 366 milliseconds