Lines Matching refs:font
14 6. Font |gui-font|
122 not used. Use the 'guifont' option to set the font.
1060 This section describes font related options.
1062 GUIFONT *gui-font*
1064 'guifont' is the option that tells Vim what font to use. In its simplest form
1065 the value is just one font name. It can also be a list of font names
1066 separated with commas. The first valid font is used. When no valid font can
1074 because, instead of identifying a given name with a font, the GTK GUIs use it
1075 to construct a pattern and try to look up a font which best matches the
1077 invalid name doesn't matter because a number of font properties other than
1080 Spaces after a comma are ignored. To include a comma in a font name precede
1083 :set guifont=Screen15,\ 7x13,font\\,with\\,commas
1084 will make Vim try to use the font "Screen15" first, and if it fails it will
1085 try to use "7x13" and then "font,with,commas" instead.
1088 empty font list is given, Vim will try using other resource settings (for X,
1089 it will use the Vim.font resource), and finally it will try some builtin
1090 default which should always be there ("7x13" in the case of X). The font
1096 will bring up a font requester, where you can pick the font you want.
1098 The font name depends on the GUI used. See |setting-guifont| for a way to set
1101 For the GTK+ 2 and 3 GUIs, the font name looks like this: >
1119 To preview a font on X11, you might be able to use the "xfontsel" program.
1123 - Takes these options in the font name (use a ':' to separate the options):
1145 See also |font-sizes|.
1150 based on their weight with higher priority than the font name which means a
1151 Book or Medium variant of a font might be used despite specifying a Light or
1160 used for double-width characters. The first font that can be loaded is used.
1170 When 'guifont' is set and a valid font is found in it and 'guifontwide' is
1171 empty Vim will attempt to find a matching double-width font and set
1179 automatically. If 'guifontwide' is empty Pango/Xft will choose the font for
1229 A recommended Japanese font is MS Mincho. You can find info here: