-
Notifications
You must be signed in to change notification settings - Fork 12
Feature request: online font checker #40
Comments
I don't object to people providing it, but at the moment I don't have the time nor facility to do so.
FWIW, google fontbakery provides online checking with a somewhat crippled derivative.
|
@prepare seems to be working on something like that on one of his branches. |
Hm, the only thing that fontval would need to be able to do is report out to stdio from the command line, so that we (e.g. anyone that needs it) can integrate fontval into whatever langauge we want through a spawn/exec call with stdio/stderr capture. Could a CLI flag be added to FontValidator.exe so that rather than write the result to an XML file, it just pipes the XML straight to stdio, @HinTak? (say, Writing a web service that uses fontvalidator then basically becomes trivial. |
The b0955f8#diff-faf4aa43e528645e123b06bce641ab6d It is not too hard to add a What @prepare does seems more interesting. |
It does more than that, thought. Running As for whether @prepare's work is more interesting: no need to pick one or the other if adding the flag is easy to do. Having that flag will allow other people to imagine cool things to do that having a full service available doesn't allow for =) |
I mean What I suspect the original reporter is asking for, is a 24/7 hosted service though (more like the Fontbakery Web site) , which @prepare seems to be heading towards... |
ohh, gotcha. totally misread that. |
which calls the validator on the server-side
The text was updated successfully, but these errors were encountered: