Saturday, December 21, 2019

How to change default font in Freeplane

I like my font to be monospace like below for my Freeplane document.
To change Freeplane's defualt font, do Format | Manage Styles | Edit styles
Then change Font of whole core | Font Family to say Consolas

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...