vim on ultra-high display (3200-1800) on Windows 8

vim, windows-8.1

Solution

you should configure you font size, one possible solution is is like this(you can put it in your vimrc):

set guifont=Consolas:h13

"Consolas" is the font name and "h13" is the font size, you should change 13 to a proper number~

Problem

gvim for windows has tiny text and icons on my ultra-HD Dell laptop (3200-1800) . In fact, it is barely readable. How does one change gvim gui fonts and increases the icons to obtain readable text on a high resolution, windows 8 laptop?

Original source

Related problems