Searched refs:fontset (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/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:
82 instance, if a fontset defines some font for all characters of
86 An element of a realized fontset i
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
992 Lisp_Object fontset, elements, ascii_font; variable
1042 FONTSET_ASCII (fontset) = Fcons (make_number (0), ascii_font); variable
1136 Lisp_Object fontset, elt; variable
1191 Foptimize_char_table (fontset); variable
1438 Lisp_Object fontset; variable
1543 Lisp_Object fontset, elt; variable
1563 Lisp_Object fontset, list; variable
[all...]
H A Dfontset.h1 /* Header for fontset handler.
86 whose default value is defined in lisp/fontset.el. Since there's
180 /* Additional function for setting fontset or changing fontset
223 #define FS_LOAD_FONT(f, c, fontname, fontset) \
224 fs_load_font (f, c, fontname, fontset, NULL)
H A Dmacterm.h260 /* If a fontset is specified for this frame instead of font, this
261 value contains an ID of the fontset, else -1. */ member in struct:mac_output
262 int fontset;
356 #define FRAME_FONTSET(f) ((f)->output_data.mac->fontset)
H A Dw32term.h332 /* If a fontset is specified for this frame instead of font, this
333 value contains an ID of the fontset, else -1. */
334 int fontset;
415 #define FRAME_FONTSET(f) ((f)->output_data.w32->fontset)
330 int fontset; member in struct:w32_output
H A Dxfaces.c59 14. Font or fontset pattern, or nil. This is a special attribute.
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 name, that fontset determines a
144 font name or the other font-related attributes, a fontset is
145 realized from the default fontset
3386 int fontset; local
7250 int fontset = face_fontset (attrs); local
[all...]
H A Dxterm.h322 properties, see the comments in src/fontset.h. */
533 /* If a fontset is specified for this frame instead of font, this
534 value contains an ID of the fontset, else -1. */
535 int fontset;
710 #define FRAME_FONTSET(f) ((f)->output_data.x->fontset)
531 int fontset; member in struct:x_output
/macosx-10.10/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
46 (defun setup-default-fontset ()
47 "Setup the default fontset."
145 (set-fontset-font "fontset
[all...]
H A Dmule-diag.el10 ;; Keywords: multilingual, charset, coding system, fontset, diagnosis, i18n
1048 (or (and window-system (fboundp 'fontset-list))
1050 (let (fontset font-info)
1053 ;; Check if FONTNAME is a fontset.
1054 (if (query-fontset fontname)
1055 (setq fontset fontname
1057 (aref (fontset-info fontname) 2))))))
1060 (if fontset
1070 (defun print-fontset (fontset
[all...]
/macosx-10.10/vim-55/src/proto/
H A Dgui_riscos.pro20 void gui_mch_set_fontset __ARGS((GuiFontset fontset));
22 void gui_mch_free_fontset __ARGS((GuiFontset fontset));
H A Dgui_x11.pro21 void gui_mch_set_fontset __ARGS((GuiFontset fontset));
23 void gui_mch_free_fontset __ARGS((GuiFontset fontset));
H A Dgui.pro8 int gui_init_font __ARGS((char_u *font_list, int fontset));
H A Dgui_motif.pro8 XmFontList gui_motif_fontset2fontlist __ARGS((XFontSet *fontset));
H A Dgui_gtk_x11.pro30 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
H A Dgui_photon.pro61 int gui_mch_init_font __ARGS((char_u *vim_font_name, int fontset));
H A Dgui_w16.pro52 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
H A Dgui_w32.pro52 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));
/macosx-10.10/vim-55/src/
H A Dgui_x11.c94 * We either draw with a fontset (when current_fontset != NULL) or with a
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
1862 fontset = (XFontSet)gui_mch_get_fontset(font_name, FALSE, TRUE);
1863 if (fontset == NULL)
1890 gui_mch_free_fontset(gui.fontset);
1892 if (fontset !
2122 XFontSet fontset; local
[all...]
H A Dgui.c260 gui.fontset = NOFONTSET;
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 UNUSED;
697 /* When using a fontset, the whole list of fonts is one name. */
698 if (fontset)
744 if (gui.fontset != NOFONTSET)
745 gui_mch_set_fontset(gui.fontset);
2021 GuiFontset fontset local
[all...]
H A Dgui.h91 * This define makes menus always use a fontset.
239 typedef PangoFontDescription *GuiFontset; /* handle for a GUI fontset */
251 typedef XFontSet GuiFontset; /* handle for a GUI fontset */
256 typedef long_u GuiFontset; /* handle for a GUI fontset */
333 GuiFontset fontset; /* set of fonts for multi-byte chars */ member in struct:Gui
435 XFontSet tooltip_fontset; /* tooltip fontset */
H A Dsyntax.c43 GuiFontset sg_fontset; /* GUI fontset handle */
45 char_u *sg_font_name; /* GUI font or fontset name */
7204 /* First, save the current font/fontset.
7205 * Then try to allocate the font/fontset.
7220 /* New fontset was accepted. Free the old one, if there was
8001 * Return the handle for a fontset name.
8017 * Get the font or fontset for one highlight group.
8029 * fontset. If that doesn't work, use it as a font name. */
8035 /* In Athena & Motif, the Tooltip highlight group is always a fontset */
8050 * normal fontset
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c30 FcFontSet *fontset; member in struct:__anon13632
231 fontPtr->fontset = set;
339 if (fontPtr->fontset) {
340 FcFontSetDestroy(fontPtr->fontset);
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dmac-win.el78 (require 'fontset)
2408 ;; Directly operate on a char-table instead of a fontset so that it
2409 ;; may not create a dummy fontset.
2410 (let ((template (make-char-table 'fontset)))
2428 ;; Like fontset-info, but extend a range only if its "to" part is
2452 (defun fontset-add-mac-fonts (fontset &optional base-family)
2464 (let ((ascii-font (fontset-font fontset (charset-id 'ascii))))
2480 (set-fontset
[all...]
H A Dw32-win.el86 ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
87 (if (fboundp 'new-fontset)
88 (require 'fontset))
1091 ;; we define our own standard fontset here.
1092 (defvar w32-standard-fontset-spec
1093 "-*-Courier New-normal-r-*-*-13-*-*-*-c-*-fontset-standard"
1094 "String of fontset spec of the standard fontset.
1095 This defines a fontset consisting of the Courier New variations for
1099 See the documentation of `create-fontset
[all...]
/macosx-10.10/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

Completed in 301 milliseconds

12