Searched +refs:font +refs:name +refs:charset +refs:alist (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dmule-diag.el10 ;; Keywords: multilingual, charset, coding system, fontset, diagnosis, i18n
48 ;; Re-order the elements of charset-list.
49 (defun sort-charset-list ()
50 (setq charset-list
51 (sort charset-list
52 (lambda (x y) (< (charset-id x) (charset-id y))))))
62 (define-button-type 'list-charset-chars
64 'help-function #'list-charset-chars
68 (defvar non-iso-charset
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32fns.c32 #include "charset.h"
174 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */
467 (red, green, blue, name)
468 Lisp_Object red, green, blue, name;
477 CHECK_STRING (name);
484 entry = Fassoc (name, Vw32_color_map);
487 entry = Fcons (name, rgb);
503 doc: /* Create an alist of color entries from an external file.
507 R G B name
463 Lisp_Object red, green, blue, name; variable
472 CHECK_STRING (name); variable
526 char *name = buf + num; variable
546 char *name; member in struct:colormap_t
2013 w32_load_cursor(LPCTSTR name) argument
4010 Lisp_Object name; local
4148 Lisp_Object name; variable
4266 Lisp_Object font; variable
4470 char *charset, *encoding; local
4541 char *full_name, *encoding, *charset; local
4542 XFontStruct *font; local
4857 char *charset; local
5238 char *charset_str, *charset, *end; local
5419 char name[50], weight[20], slant, pitch, pixels[10], height[10], local
5528 char name[100], height[10], width[10], weight[20]; local
5792 int charset = lplf->elfLogFont.lfCharSet; local
5808 char *charset = NULL; local
7192 Lisp_Object name; local
7283 Lisp_Object font; local
8373 Lisp_Object class, name; variable
8380 CHECK_STRING (name); variable
8422 char *name = SDATA (encoded); variable
[all...]
H A Dxfaces.c30 1. Font family name.
60 When this attribute is specified, the face uses a font opened by
61 that pattern as is. In addition, all the other font-related
62 attributes (1st thru 5th) are generated from the opened font name.
63 On the other hand, if one of the other font-related attributes are
66 font determined by the other attributes (those may be inherited
69 15. A face name or list of face names from which to inherit attributes.
71 16. A specified average font width, which is invisible from Lisp,
72 and is used to ensure that a font specifie
1854 char *name; member in struct:table_entry
1926 char *name; member in struct:font_name
2497 const char *name = SDATA (XCAR (tem)); local
2561 Lisp_Object name; local
3382 struct font_name font; local
4489 char *font; local
6312 Lisp_Object alist; variable
6314 CHECK_LIST (alist); variable
6329 Lisp_Object alist; variable
6331 CHECK_LIST (alist); variable
6846 Lisp_Object name; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/term/
H A Dmac-win.el54 ;; -fn *font
55 ;; -font *font
59 ;; -name .name
66 ;; An alist of X options and the function which handles them. See
70 (error "%s: Loading mac-win.el but not compiled for Mac" (invocation-name)))
82 (defvar mac-charset-info-alist)
86 (defvar mac-font
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dps-print.el52 ;; fontifying package such as font-lock or hilit.
54 ;; ps-print uses the same face attributes defined through font-lock or hilit to
59 ;; for example, the face font-lock-comment-face (if you are using font-lock)
84 ;; The word "print" or "spool" in the command name determines when the
107 ;; The word "buffer" or "region" in the command name determines how much of the
114 ;; The -with-faces suffix on the command name means that the command will
115 ;; include font, color, and underline information in the PostScript image, so
117 ;; without the -with-faces suffix don't include font, color, or underline
123 ;; ps-print-buffer - print the entire buffer, without font,
[all...]

Completed in 187 milliseconds