-
Notifications
You must be signed in to change notification settings - Fork 8
gVim printing in Fixedsys font
Henryk Paluch edited this page Jan 19, 2019
·
2 revisions
Windows GUI vim (gVim) by defaults prints using Courier New font which is a bit hard to read.
To switch to Fixedsys font do this:
- Install vector Fixedsys TTF font:
- Download it from https://github.com/GalenEvil/Cataclysm-DDA-1/raw/master/data/font/fixedsys.ttf
- Double-click to show font viewer
- click on Install
- now open gVim with your favorite text to print
- set this option to change printing font:
:set pfn=FixedsysTTF:h10
And then print something from gVim (for example to Microsoft PDF of BullZip PDF and see the difference :-)
To make your changes persistent, just create file %USERPROFILE%\_gvimrc
with content:
" use FixedsysTTF font for printing instead of Courier_New
:set pfn=FixedsysTTF:h10
-hp
Copyright © Henryk Paluch. All rights reserved.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License