Open twardoch opened 9 years ago
:+1:
Thanks! This probably belongs to the wiki, or go into a 'helper-script' directory?
Hi Adam! This is great. I think this should probably go into a helper-script directory with points from the Wiki / Readme. Awesome!
Helper-script is better. I'll probably contribute some simple Python stuff as well, for easy integration with font editors. I'll fork and put the code myself, then issue a pull request (it's about time I do my first Github pull request ever ;)
A.
Sent from my mobile phone.
On 16.11.2015, at 19:04, Aaron notifications@github.com wrote:
Hi Adam! This is great. I think this should probably go into a helper-script directory with points from the Wiki / Readme. Awesome!
— Reply to this email directly or view it on GitHub.
I would put it under contrib/OSX/ as helper-script or something like that; some of the information in the script could go onto a wiki (and not just linked from a wiki). I suggest that you put some minimal "boiler plate" stuff at the top with e.g. your name & license as per usual practice of such scripts that are contributed to be included.
I have just made a change: https://github.com/HinTak/Font-Validator/commit/8a7c17192da41cf6b8b17b0578964240d3cc70a8 to auto-generate html on non-windows, so the xsltproc line is no longer needed.
It is a code sniplet that has been sitting in my dev area for a while - I just wasn't too sure if I want to add it. The html version does not give any new info, but mainly needed only because built-in xml viewing does not work. Therefore it might be a better idea to get report viewing working on all platforms. at the moment it is enabled for all non-windows, but I might make it optional later.
Actually the command line tool no longer needs mono to run:
http://typedrawers.com/discussion/1314/microsoft-font-validator-runs-native-on-mac-os-x
And the GUI works independently now too... Just duplicating my posting...
Okay, no more messing with command lines or environment variables. New mac os "FontVal-*.dmg" disk image:
http://sourceforge.net/projects/hp-pxl-jetready/files/Microsoft Font Validator/
You just download, double click to open the disk image, which contains exactly one icon to click. You double-click that, it launches the GUI !
I feel that I should get some donation on this, so please do make one ( http://sourceforge.net/p/hp-pxl-jetready/donate/) if you find this neat .
This is a small shell script that you can use to run Font Validator from Terminal on Mac OS X. In my case, I put the FontValidator binaries into the
/usr/local/mono/fontval
folder. You can put it anywhere, but make sure to update the line starting withexport FVALDIR
to point to that location. You can copy-paste the code below into a plain-text file and proceed as described below. Make sure that the line#!/usr/bin/env bash
is the very first line in the file (no blank lines above).