Guest User

Untitled

a guest
Mar 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. :help guifont
  2.  
  3. For the Win32 GUI *E244* *E245*
  4. - takes these options in the font name:
  5. hXX - height is XX (points, can be floating-point)
  6. wXX - width is XX (points, can be floating-point)
  7. b - bold
  8. i - italic
  9. u - underline
  10. s - strikeout
  11. cXX - character set XX. Valid charsets are: ANSI, ARABIC,
  12. BALTIC, CHINESEBIG5, DEFAULT, EASTEUROPE, GB2312, GREEK,
  13. HANGEUL, HEBREW, JOHAB, MAC, OEM, RUSSIAN, SHIFTJIS,
  14. SYMBOL, THAI, TURKISH, VIETNAMESE ANSI and BALTIC.
  15. Normally you would use "cDEFAULT".
  16.  
  17. Use a ':' to separate the options.
  18. - A '_' can be used in the place of a space, so you don't need to use
  19. backslashes to escape the spaces.
  20. - Examples:
  21. :set guifont=courier_new:h12:w5:b:cRUSSIAN
  22. :set guifont=Andale_Mono:h7.5:w4.5
  23.  
  24. :set guifont=Lucida_Console:h12:cDEFAULT
  25.  
  26. set guifont=Lucida_Console:h12:cDEFAULT
Add Comment
Please, Sign In to add comment