| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 1749 XFontSet fontset = NULL; in gui_mch_init_font() local 1773 if (fontset == NULL) in gui_mch_init_font() 1802 if (fontset != NULL) in gui_mch_init_font() 1805 gui.fontset = (GuiFontset)fontset; in gui_mch_init_font() 1815 gui.fontset = NOFONTSET; in gui_mch_init_font() 1968 if (gui.fontset != NOFONTSET) in gui_mch_adjust_charheight() 2036 if (fontset != NOFONTSET) in gui_mch_free_fontset() 2050 XFontSet fontset; in gui_mch_get_fontset() local 2072 if (fontset == NULL) in gui_mch_get_fontset() 2081 XFreeFontSet(gui.dpy, fontset); in gui_mch_get_fontset() [all …]
|
| H A D | gui.c | 425 gui.fontset = NOFONTSET; in gui_init_check() 914 if (fontset) in gui_init_font() 960 if (gui.fontset != NOFONTSET) in gui_init_font() 2370 fontset = aep->ae_u.gui.fontset; in gui_outstr_nowrap() 2375 if (gui.fontset != NOFONTSET) in gui_outstr_nowrap() 2376 fontset = gui.fontset; in gui_outstr_nowrap() 2417 if (fontset != NOFONTSET) in gui_outstr_nowrap() 2418 gui_mch_set_fontset(fontset); in gui_outstr_nowrap() 2551 && fontset == NOFONTSET in gui_outstr_nowrap() 2573 && fontset == NOFONTSET in gui_outstr_nowrap() [all …]
|
| H A D | highlight.c | 2485 && aep->ae_u.gui.fontset == taep->ae_u.gui.fontset in get_attr_entry() 2558 taep->ae_u.gui.fontset = aep->ae_u.gui.fontset; in get_attr_entry() 2736 if (spell_aep->ae_u.gui.fontset != NOFONTSET) in hl_combine_attr() 2737 new_en.ae_u.gui.fontset = spell_aep->ae_u.gui.fontset; in hl_combine_attr() 3245 at_en.ae_u.gui.fontset = sgp->sg_fontset; in set_hl_attr() 4047 gui_mch_free_fontset(gui.fontset); in free_highlight_fonts()
|
| H A D | gui_xim.c | 1531 if (gui.fontset != NOFONTSET) in xim_real_init() 1537 XNFontSet, (XFontSet)gui.fontset, in xim_real_init() 1542 XNFontSet, (XFontSet)gui.fontset, in xim_real_init()
|
| H A D | gui.h | 319 GuiFontset fontset; // set of fonts for multi-byte chars member
|
| H A D | gui_motif.c | 731 gui_motif_fontset2fontlist(XFontSet *fontset) in gui_motif_fontset2fontlist() argument 740 (XtPointer)*fontset); in gui_motif_fontset2fontlist() 2099 if (gui.fontset != NOFONTSET) in set_fontlist() 2101 fl = gui_motif_fontset2fontlist((XFontSet *)&gui.fontset); in set_fontlist()
|
| H A D | config.h.in | 412 /* Define if you want to include fontset support. */
|
| H A D | configure.ac | 2250 AC_MSG_CHECKING(--enable-fontset argument) 2251 AC_ARG_ENABLE(fontset, optenable 2252 [ --enable-fontset Include X fontset output support.], , 3160 AC_MSG_RESULT(no GUI selected; fontset has been disabled) 3164 AC_MSG_RESULT(GTK+ 2 GUI selected; fontset has been disabled)
|
| H A D | gui_athena.c | 919 if (gui.fontset != NOFONTSET) in gui_athena_menu_font()
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_x11.pro | 21 void gui_mch_set_fontset(GuiFontset fontset); 23 void gui_mch_free_fontset(GuiFontset fontset);
|
| H A D | gui_motif.pro | 8 XmFontList gui_motif_fontset2fontlist(XFontSet *fontset);
|
| H A D | gui.pro | 8 int gui_init_font(char_u *font_list, int fontset);
|
| H A D | gui_gtk_x11.pro | 36 int gui_mch_init_font(char_u *font_name, int fontset);
|
| H A D | gui_photon.pro | 66 int gui_mch_init_font(char_u *vim_font_name, int fontset);
|
| H A D | gui_haiku.pro | 20 int gui_mch_init_font(char_u *font_name, int fontset);
|
| H A D | gui_w32.pro | 57 int gui_mch_init_font(char_u *font_name, int fontset);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_gui.vim | 439 " guifontset=' to work successfully with every fontset specified with 452 for fontset in fontsets 454 exec 'set guifontset=' . fontset 472 for fontset in fontsets 473 exec 'set guifontset=' . fontset 474 call assert_equal(fontset, &guifontset)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | mbyte.txt | 612 *fontset* *xfontset* 616 might be double wide). This collection of fonts is called a fontset. 618 Which fonts are required in a fontset depends on the current locale. X 624 as a fontset name. Also the ones used for the "font" argument of the 629 used. In 'guifontset' the whole string is one fontset name, 631 fontset names. 638 NOTE: The fontset always uses the current locale, even though 'encoding' may 692 is also interpreted as a fontset. For example, you should use for 741 fontset="-*-*-medium-r-normal--14-*-*-*-c-*-*-*"
|
| H A D | gui_x11.txt | 89 menuFontSet Name of fontset used for the menus, used when compiled 93 fontset name. 173 -menufontset {fontset} Use {fontset} for menu items *-menufontset*
|
| H A D | mlang.txt | 141 To set the font (or fontset) to use for the menus, use the |:highlight|
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gtkrc.vim | 42 syn keyword gtkrcStyleKeyword fg bg fg_pixmap bg_pixmap bg_text base font font_name fontset stock t…
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 548 msgid "E597: can't select fontset" 549 msgstr "E597: Cannot select fontset"
|
| H A D | lv.po | 229 msgid "E597: can't select fontset"
|
| H A D | af.po | 1790 msgid "E250: Fonts for the following charsets are missing in fontset %s:" 3533 msgid "E597: can't select fontset" 3536 msgid "E598: Invalid fontset" 4839 msgid "E234: Unknown fontset: %s" 5177 #~ msgid "Error: During loading fontset %s" 5195 #~ msgid "fontset name: %s"
|
| H A D | zh_TW.UTF-8.po | 1826 msgid "E250: Fonts for the following charsets are missing in fontset %s:" 3561 msgid "E597: can't select fontset" 3564 msgid "E598: Invalid fontset" 4879 msgid "E234: Unknown fontset: %s"
|