Font-Validator
Font Validator is a tool for testing fonts prior to release.
It was initially developed by Microsoft, to ensure that fonts meet Microsoft's high quality standards and perform exceptionally well on Microsoft's platform.
In 2015 the source code was published under the MIT license (see release discussion)
Portions of this software are copyright © 2015-2018 The FreeType Project (www.freetype.org). All rights reserved.
Portions of this software are copyright © 2015-2018 The SharpFont Project (https://github.com/Robmaister/SharpFont). All rights reserved.
Usage
FontVal.exe is the GUI, and FontValidator.exe shows usage and example if run without arguments; both should be self-explanatory.
We provide all-in-one native command-line binaries, FontValidator, for Mac OS X and Linux, as of Release 2.1.1.
Georg Seifert contributed a friendly GUI wrapper for Mac around the command-line tool.
The GUI's built-in help requires a CHM viewer, which defaults to chmsee on GNU+Linux, or via env variable MONO_HELP_VIEWER
The GUI on X11/mono needs the env variable MONO_WINFORMS_XIM_STYLE=disabled set to work around Bug 28047 - Forms on separare threads -- Fatal errors/crashes
Binary Downloads
Since Release 2.0, binaries (*.dmg for Mac OS X, *-bin-net2.zip or *-bin-net4.zip for MS .NET/mono) are available from
Binary Downloads.
From Release 2.1 onwards, gpg-signed binaries for Ubuntu Linux are also available. There is an additional and simplified location for
Binary downloads at the Releases link above this page.
Please consider donating to the effort, if you use the binaries.
Building from source
Loading FValidator.sln at the top level into Microsoft Visual Studio 2008+ (Express) by double-clicking it, followed by
selecting the the relevant menu entries in the GUI, or running MSbuild on the command line with MS VS2008+,
should do. For Mono-based instructions, see
Build Instructions
A few dependent parts, either difficult to build or external, or have different build requirements,
such as the FreeType backends, SharpFont, the CHM doc, are pre-built and deposited in the bin directory.