regfont

regfont is a simple application to temporarily register or unregister fonts under Microsoft® Windows®.

This utility was inspired by a .NET application by Tsukasa. You can download his version from his orginal blog post. A number of people wanted a version which is not dependent on .NET, and I recently found myself in the same position, so ported it to C.

It depends only on kernel32.dll, user32.dll, gdi32.dll, and msvcrt.dll, and can be run by an unprivileged user.

Usage

Usage: regfont [-a|-r|-h|-v] font1 font2...
        -a, --add       Add specified fonts
        -r, --remove    Remove specified fonts
        -h, --help      This help message
        -v, --version   Print version information

Download

Download the latest version of regfont.

regfont is also available from my subversion repository. To check out the latest version, use
svn co http://svn.marshwiggle.net/regfont

regfont is licensed under the Gnu General Public Licence (GPL).

Support

Feel free to email me if you have any questions, bug reports, or you find this useful.

dcpurton@marshwiggle.net

Last modified: Mon, 12 Sep 2011 00:56:04 +1000