Skip to content

Version 1.2.1

Latest
Compare
Choose a tag to compare
@james-b-yu james-b-yu released this 28 May 13:57
· 12 commits to master since this release

This version improves support for the command-line:

USAGE: [OPTION]... [FILE]...
A very easy-to-use, portable and friendly font loader.
	
-d | --do-not-show | --hidden
	Open with a hidden window. Useful when
	opening as a start-up executable.
	
-n | --no-tray
	Do not add a system tray icon. This can be
	combined with -d for a completely silent
	background application.
	
-s | --supress-updates
	Disable updates.
	
-h | --help
	Display this help message.

Additionally, dropping font files onto the executable file (or passing them in via the command-line) when an already-existing process is running installs the fonts in the existing instance. Update messages and funcionality can finally be supressed (by passing -s as an argument).