Searched +refs:fontset +refs:name (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfontset.c41 #include "fontset.h"
63 A fontset is a collection of font related information to give
65 kinds of fontsets; base and realized. A base fontset is created by
66 new-fontset from Emacs Lisp explicitly. A realized fontset is
70 share the same realized fontset.
72 A fontset object is implemented by a char-table.
74 An element of a base fontset is:
77 FONTNAME is a font name pattern for the corresponding character.
79 a font name fo
381 Lisp_Object fontset; local
468 Lisp_Object fontset; local
480 Lisp_Object fontset, elt; local
512 Lisp_Object fontset, elt; local
537 Lisp_Object fontset, elt; local
569 Lisp_Object base_fontset, fontset, frame; local
600 Lisp_Object fontset, elt; local
663 Lisp_Object fontset; local
895 Lisp_Object fontset, this_name; local
921 Lisp_Object fontset; variable
959 Lisp_Object fontset, name; local
990 Lisp_Object name, fontlist; variable
992 Lisp_Object fontset, elements, ascii_font; variable
998 CHECK_STRING (name); variable
1042 FONTSET_ASCII (fontset) = Fcons (make_number (0), ascii_font); variable
1134 Lisp_Object name, character, fontname, frame; variable
1136 Lisp_Object fontset, elt; variable
1191 Foptimize_char_table (fontset); variable
1228 Lisp_Object name, frame; variable
1236 CHECK_STRING (name); variable
1436 Lisp_Object name, frame; variable
1438 Lisp_Object fontset; variable
1540 Lisp_Object name, ch; variable
1543 Lisp_Object fontset, elt; variable
1563 Lisp_Object fontset, list; variable
[all...]
H A Dfontset.h1 /* Header for fontset handler.
42 char *name; member in struct:font_info
44 /* Full name of the font given by a window system. */
69 /* 1 iff `vertical-centering-font-regexp' matches this font name.
86 whose default value is defined in lisp/fontset.el. Since there's
174 char *name, int));
178 extern struct font_info *(*query_font_func) P_ ((struct frame *f, char *name));
180 /* Additional function for setting fontset or changing fontset
218 fails, return 0; If FONTNAME is NULL, the name i
[all...]
H A Dxfaces.c30 1. Font family name.
59 14. Font or fontset pattern, or nil. This is a special attribute.
62 attributes (1st thru 5th) are generated from the opened font name.
69 15. A face name or list of face names from which to inherit attributes.
117 fontset.c for the details. In the current implementation, all ASCII
118 characters share the same font in a fontset.
121 time, assigned a specific realized fontset. Hereafter, we call
123 is realized, it inherits (thus shares) a fontset of an ASCII face
126 Thus, all realized face have a realized fontset.
142 If the face specifies a fontset nam
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
3386 int fontset; local
6846 Lisp_Object name; local
7250 int fontset = face_fontset (attrs); local
[all...]
H A Dw32term.c49 #include "fontset.h"
105 extern Cursor w32_load_cursor (LPCTSTR name);
122 NAME is the name of the frame.
1143 /* Fixed encoding scheme. See fontset.h for the meaning of the
3009 /* Convert a keysym to its name. */
3180 char *name;
3208 name = alloca (len + 1);
3209 DragQueryFile (hdrop, i, name, len + 1);
3210 files = Fcons (DECODE_FILE (build_string (name)), files);
4219 SDATA (f->name)));
3166 char *name; local
5182 LPCTSTR name; local
5306 int fontset = fs_query_fontset (build_string (fontsetname), 0); local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dfontset.el0 ;;; fontset.el --- commands for handling fontset
10 ;; Keywords: mule, multilingual, fontset
34 ;; fontset to find an appropriate font for each charset. This is used
35 ;; to generate a font name for a fontset if the fontset doesn't
36 ;; specify a font name for a specific character. The specification
38 ;; case, the family name of default face is used. If REGISTRY
46 (defun setup-default-fontset ()
[all...]
H A Dmule-diag.el10 ;; Keywords: multilingual, charset, coding system, fontset, diagnosis, i18n
114 CHARSET is the name (symbol) of the charset.
170 (insert " on a charset name to list characters.")
174 ("CHARSET-NAME" . name) "\t\t\t"
198 (insert-text-button (symbol-name (car elt))
203 (when (>= (+ (current-column) 1 (string-width (symbol-name e)))
248 ;; should be one of `id', `name', and `iso-spec'. If SORT-KEY is nil,
276 ((eq sort-key 'name)
298 (insert-text-button (symbol-name (nth 1 elt))
372 (let* ((table (append (mapcar (lambda (x) (list (symbol-name
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dgui_riscos.pro17 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
20 void gui_mch_set_fontset __ARGS((GuiFontset fontset));
22 void gui_mch_free_fontset __ARGS((GuiFontset fontset));
23 GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int giveErrorIfMissing, int fixed_width));
28 int gui_mch_haskey __ARGS((char_u *name));
H A Dgui_x11.pro17 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
18 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
21 void gui_mch_set_fontset __ARGS((GuiFontset fontset));
23 void gui_mch_free_fontset __ARGS((GuiFontset fontset));
24 GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int giveErrorIfMissing, int fixed_width));
32 int gui_mch_haskey __ARGS((char_u *name));
H A Dgui.pro8 int gui_init_font __ARGS((char_u *font_list, int fontset));
51 guicolor_T gui_get_color __ARGS((char_u *name));
58 int gui_find_bitmap __ARGS((char_u *name, char_u *buffer, char *ext));
59 void gui_find_iconfile __ARGS((char_u *name, char_u *buffer, char *ext));
H A Dgui_gtk_x11.pro30 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
31 GuiFont gui_mch_get_font __ARGS((char_u *name, int report_error));
32 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
34 guicolor_T gui_mch_get_color __ARGS((char_u *name));
39 int gui_mch_haskey __ARGS((char_u *name));
H A Dgui_photon.pro30 guicolor_T gui_mch_get_color __ARGS((char_u *name));
49 int gui_mch_haskey __ARGS((char_u *name));
61 int gui_mch_init_font __ARGS((char_u *vim_font_name, int fontset));
64 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
H A Dgui_w16.pro16 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
17 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
19 guicolor_T gui_mch_get_color __ARGS((char_u *name));
20 int gui_mch_haskey __ARGS((char_u *name));
52 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
H A Dgui_w32.pro16 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
17 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
19 guicolor_T gui_mch_get_color __ARGS((char_u *name));
20 int gui_mch_haskey __ARGS((char_u *name));
52 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
H A Dgui_mac.pro40 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
41 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
42 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
47 guicolor_T gui_mch_get_color __ARGS((char_u *name));
52 int gui_mch_haskey __ARGS((char_u *name));
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c94 * We either draw with a fontset (when current_fontset != NULL) or with a
548 {"-name", ".name", XrmoptionSepArg, NULL},
1658 * If we have not registered a name yet, remember the window
1695 * Convert the tooltip fontset name to an XFontSet.
1715 /* Convert the menu font/fontset name to an XFontStruct/XFontset */
1834 * If "fontset" is TRUE, load the "font_name" as a fontset
1845 XFontSet fontset = NULL; local
1982 EMSG2(_(e_font), name); local
2006 EMSG2(_(e_fontwidth), name); local
2122 XFontSet fontset; local
2147 EMSG2(_(e_fontset), name); local
2280 char_u *name = reqname; local
[all...]
H A Dgui.c36 static void gui_set_fg_color __ARGS((char_u *name));
37 static void gui_set_bg_color __ARGS((char_u *name));
260 gui.fontset = NOFONTSET;
368 * Get system wide defaults for gvim, only when file name defined.
672 * first font name that works is used. If none is found, use the default
674 * If "fontset" is TRUE, the "font_list" is used as one name for the fontset.
679 gui_init_font(font_list, fontset)
681 int fontset UNUSE
2021 GuiFontset fontset = NOFONTSET; local
[all...]
H A Dsyntax.c23 char_u *sg_name; /* highlight group name */
43 GuiFontset sg_fontset; /* GUI fontset handle */
45 char_u *sg_font_name; /* GUI font or fontset name */
49 /* Store the sp color name for the GUI or synIDattr() */
51 char_u *sg_gui_fg_name;/* GUI foreground color name */
52 char_u *sg_gui_bg_name;/* GUI background color name */
53 char_u *sg_gui_sp_name;/* GUI special color name */
72 /* Flags to indicate an additional string for highlight name completion. */
92 static int highlight_list_arg __ARGS((int id, int didh, int type, int iarg, char_u *sarg, char *name));
3871 char *name; member in struct:name_list
4434 char *name; member in struct:flag
5364 char_u *name; local
5388 char_u *name; local
5804 char_u *name; local
6116 char *name; /* subcommand name */ member in struct:subcommand
8613 static char_u name[20]; local
8891 char_u *name; local
8915 char_u *name; local
[all...]
H A Dgui_motif.c753 gui_motif_fontset2fontlist(fontset)
754 XFontSet *fontset;
763 (XtPointer)*fontset);
935 if (menu_is_popup(menu->name))
962 if (!menu_is_menubar(menu->name)
1089 if (!menu_is_popup(menu->name))
1134 if (mp->id != (Widget)0 && menu_is_menubar(mp->name))
1153 if (mp->id != (Widget)0 && menu_is_menubar(mp->name))
1224 * When it's to be read from a file, "fname" is set to the file name
1246 /* If it failed, try using the menu name
[all...]
H A Dstructs.h107 /* Xtended file mark: also has a file name */
111 char_u *fname; /* file name, used when fnum == 0 */
119 char_u *tagname; /* tag name */
464 file name completion */
512 char_u *mf_fname; /* name of the file */
635 * For each argument remember the file name as it was given, and the buffer
636 * number that contains the expanded file name (required for when ":cd" is
641 char_u *ae_fname; /* file name as specified */
642 int ae_fnum; /* buffer number with expanded file name */
756 char_u *throw_name; /* name o
870 GuiFontset fontset; /* fontset handle */ member in struct:attr_entry::__anon14095::__anon14098
2240 char *name; /* mode name (fixed) */ member in struct:cursor_entry
2278 char_u *name; /* Name of menu, possibly translated */ member in struct:VimMenu
2379 const char *name; member in struct:__anon14108
[all...]
H A Dmbyte.c126 static int enc_canon_search __ARGS((char_u *name));
208 { char *name; int prop; int codepage;} member in struct:__anon14044
346 { char *name; int canon;} member in struct:__anon14045
430 * Find encoding "name" in the list of canonical encoding names.
434 enc_canon_search(name)
435 char_u *name;
440 if (STRCMP(name, enc_canon_table[i].name) == 0)
450 * Find canonical encoding "name" in the list and return its properties.
454 enc_canon_props(name)
[all...]
H A Dgui_riscos.c31 char_u *leaf_name = NULL; /* Leaf name from DataSave */
484 int name[4]; local
486 strcpy( (char *) name, str_name);
490 if (xswi(Wimp_LoadTemplate, 0, 0, 0, 0, -1, name, 0) & v_flag)
505 name, 0); /* First match */
743 /* Take a font name with options and return a font handle, or
805 /* Copy rest of name unless we are using Bold */
839 zap_load_file(name, style)
840 char_u *name; /* Name of directory containing styles */
846 if (strlen(name)
942 gui_mch_init_font(char_u *font_name, int fontset) argument
1106 gui_mch_get_color(char_u *name) argument
1111 char_u *name; member in struct:colour
1330 gui_mch_haskey(char_u *name) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c30 FcFontSet *fontset; member in struct:__anon13410
231 fontPtr->fontset = set;
339 if (fontPtr->fontset) {
340 FcFontSetDestroy(fontPtr->fontset); argument
349 CONST char *name) /* Platform-specific font name. */
354 printf("TkpGetNativeFont %s\n", name);
357 pattern = XftXlfdParse(name, FcFalse, FcFalse);
363 * Should also try: pattern = FcNameParse(name); but generic/tkFont.c
/macosx-10.10.1/emacs-93/emacs/lisp/term/
H A Dmac-win.el59 ;; -name .name
70 (error "%s: Loading mac-win.el but not compiled for Mac" (invocation-name)))
78 (require 'fontset)
144 (error "%s: missing argument to `%s' option" (invocation-name) switch))
177 ;; Handle the -name option. Set the variable x-resource-name
178 ;; to the option's operand; set the name of
180 (defun x-handle-name-switch (switch)
182 (error "%s: missing argument to `%s' option" (invocation-name) switc
[all...]
H A Dw32-win.el62 ;; -name .name
73 (error "%s: Loading w32-win.el but not compiled for w32" (invocation-name)))
86 ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
87 (if (fboundp 'new-fontset)
88 (require 'fontset))
115 (mapcar (lambda (file-name)
116 (let ((f (subst-char-in-string ?\\ ?/ file-name))
117 (coding (or file-name-coding-system
118 default-file-name
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgtkrc.vim49 syn keyword gtkrcStyleKeyword fg bg fg_pixmap bg_pixmap bg_text base font font_name fontset stock text
73 syn keyword gtkrcSettingsName gtk-double-click-time gtk-cursor-blink gtk-cursor-blink-time gtk-split-cursor gtk-theme-name gtk-key-theme-name gtk-menu-bar-accel gtk-dnd-drag-threshold gtk-font-name gtk-color-palette gtk-entry-select-on-focus gtk-can-change-accels gtk-toolbar-style gtk-toolbar-icon-size

Completed in 329 milliseconds

12