ftxvalidator availability
See original GitHub issueI’m using usually GNU/Linux as my development machine. ftxvalidator
is a Mac-only tool.
I wrote a small drop in replacement script for ftxvalidator
, if there’s a remote OSX available via ssh
this can be used.
https://gist.github.com/graphicore/a83eeb8829ba64a628c8872092910515
So, if your roomate has a mac and you don’t, you might convince him to give you ssh credentials 😉
It’s a start at least.
@davelab6 added these tasks to be resolved before closing, from the discussion below
- Mention this helper script in fontbakery README.md
- Add the ftxvalidator-over-ssh helper script to FB repo
- Replace
remotefile=/tmp/$base
withremotefile=/tmp/$base-$$
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (12 by maintainers)
Top Results From Across the Web
macOS Installation Guide — Font Bakery 0.7.34 documentation
Apple provides various font utilities, and ftxvalidator is especially useful as it runs the same checks that are run for users when they...
Read more >Using OS X's font validator - Java PDF Blog - IDRsolutions
A file called 'results.plist' will be created with the validation report. This is a properties list file, which OSX has a viewer built...
Read more >How to use the fontbakery.checkrunner.WARN function ... - Snyk
if ftxvalidator_is_available: return PASS, "ftxvalidator is available." else: return WARN, "ftxvalidator is not available." Was this helpful?
Read more >Font Validation Errors - Design - Glyphs Forum
Perhaps the ftxvalidator command-line tool from the Apple Font Tool Suite might ... If not already installed, it should be available from: ...
Read more >Not able to upload fonts on Prosper (MyFonts) - TypeDrawers
Hi, I am trying to submit fonts to MyFonts on Prosper. The native font validator shows error that fonts cannot be Installed on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reassigning this to @felipesanches now he has access to macOS to test.
Yep forget ftx for now.
On Mar 10, 2017 12:00 AM, “Felipe Corrêa da Silva Sanches” < notifications@github.com> wrote: