Friday, December 25, 2009

Re: Different fonts for different symbol classes

On Dec 24, 3:19 am, "takan...@gmail.com" <takan...@gmail.com> wrote:
> Hi,
> is there any way to use different fonts in gvim(windows) for different
> symbol classes?
>

No, this is not possible (at least not without some major
modifications to Vim's C code). gvim uses a single font (defined by
guifont) for all characters, and you cannot use more than one.
Different fonts have different character cell sizes, even with the
same defined font size. gvim uses an array of character cells, so it
would lead to problems if every cell did not have a defined size.

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: