Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/vim/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
gvim中以h为前缀的fontsize是什么_Vim - Fatal编程技术网

gvim中以h为前缀的fontsize是什么

gvim中以h为前缀的fontsize是什么,vim,Vim,我在WindowsXP上使用的是gVim7.2,我已经将gui字体设置为CONSOLAS11。 在my.vimrc中使用以下代码 :set guifont=Consolas:h11 我唯一好奇的是,为什么这个尺寸的前缀是“h”? “h”是什么意思 提前谢谢。我说得对 从:帮助“guifont”: For the Win32 GUI *E244* *E245* - takes these options in the font name: hXX - h

我在WindowsXP上使用的是gVim7.2,我已经将gui字体设置为CONSOLAS11。 在my.vimrc中使用以下代码

:set guifont=Consolas:h11

我唯一好奇的是,为什么这个尺寸的前缀是“h”? “h”是什么意思

提前谢谢。

我说得对

:帮助“guifont”

For the Win32 GUI                   *E244* *E245*
- takes these options in the font name:
    hXX - height is XX (points, can be floating-point)
    wXX - width is XX (points, can be floating-point)
    b   - bold
    i   - italic
    u   - underline
    s   - strikeout
    cXX - character set XX.  Valid charsets are: ANSI, ARABIC,
          BALTIC, CHINESEBIG5, DEFAULT, EASTEUROPE, GB2312, GREEK,
          HANGEUL, HEBREW, JOHAB, MAC, OEM, RUSSIAN, SHIFTJIS,
          SYMBOL, THAI, TURKISH, VIETNAMESE ANSI and BALTIC.
          Normally you would use "cDEFAULT".

  Use a ':' to separate the options.
- A '_' can be used in the place of a space, so you don't need to use
  backslashes to escape the spaces.