question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

com_google_fonts_check_037: Running FontValidator.exe on mac

See original GitHub issue

In #1336 there’s a discussion on how to get FontValidator.exe to run. Unfortunately, It only focuses on Linux.

As a mac user, I haven’t found a way to run FontValidator.exe without calling mono in the shell. For our subprocess command we have:

    fval_cmd = ["FontValidator.exe",
                "-file", font,
                "-all-tables",
                "-report-in-font-dir",
                "+raster-tests"]

I see Linux users can use Binfmt to run .exes without calling mono. @felipesanches have you used this approach? if so, we’ll need to update out subprocess command so it is cross platform compatible.

I may be totally wrong with my assumptions here. Please correct me if I am.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
davelab6commented, Mar 31, 2018

Felipe wants to contribute. I want to direct people to contribute. But if no one can see the complete current codebase, how can they contribute to the open issues? They can’t, and they won’t. No one is going to contribute to an open source project where source code isn’t available. Simple as that.

1reaction
m4rc1ecommented, Feb 6, 2018

@graphicore thanks!

I think I’ll find a cross platform solution for this and pr.

cc @felipesanches

Read more comments on GitHub >

github_iconTop Results From Across the Web

please add instructions for using Microsoft Font Validator with ...
I've downloaded Hin-Tak's Mac command-line version of Microsoft Font ... If I try running Font Validator from the command line without a path...
Read more >
Microsoft Font Validator runs native on Mac OS X!
I wrote before Christmas that I was making the font validator run standalone as mac os X command line binary, no need to...
Read more >
Worklog, Encode Sans - Google Groups
And now, I'm getting a bunch of FontValidator errors reporting! I'll next need to understand which to fix, and which to accept (assuming...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found