Quick Fix: Support for HiDPI in Caprine for Windows

In order to fix the wired looking (small) font of Caprine for Windows you just have to change (add) the “zoomFactor” parameter in ressources\app\index.js right after webPreferences:
zoomFactor: 1.2,

Screenshot_1

Save the file and re-run the app. The font should be readable now.

More about Caprine – https://github.com/sindresorhus/caprine

One thought on “Quick Fix: Support for HiDPI in Caprine for Windows

  1. Hey, this also works perfectly on linux, modifying /usr/lib/caprine/index.js 😀

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.