Sunday, January 24, 2016

Re: inputdialog() font

Am Sonntag, 24. Januar 2016 21:03:29 UTC+1 schrieb rameo:
> Is it possible to change the font in inputdialog()?
> (text is not aligned in inputdialog())

Hello Rameo,

I think it is not possible to set this in your _vimrc. I looked into the source code
of Vim. The font settings for dialogs are predefined there. Thus, the only way would be to compile Vim
on your own with an other value.

The input dialog should be constructed gui_mch_dialog() ( gui_w32.c for Win32).
There are two #DEFINES. DLG_FONT_POINT_SIZE and DLG_FONT_NAME. Both can be found
in gui_w48.c.


Regards,
Olaf

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: