check-ttf.py: "Font contains magic code in PREP table?"
See original GitHub issueHello,
We have magiccode = "\xb8\x01\xff\x85\xb0\x04\x8d"
, I’m assuming this is something ttfautohint inserts or why is this needed?
My fonts which have been run through ttfautohint all fail this test.
Cheers, Marc
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Prep Table - TrueType Reference Manual - Apple Developer
The 'prep' table stores the instructions that make up the control value program, a set of TrueType instructions that will be executed once...
Read more >fonttools · PyPI
fontTools is a library for manipulating fonts, written in Python. The project includes the TTX tool, that can convert TrueType and OpenType fonts...
Read more >How OpenType Works - Simon Cozens technical blog
The core of the fonttools package is a library, some code which helps Python programmers to ... First, let's list what tables we...
Read more >Text — Ren'Py Documentation
The backslash character is used to introduce when writing a Ren'Py or Python string. Some common escape codes are: \" (backslash-doublequote): Includes a ......
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
it’s a minimal PREP table for enabling dropout control, useful to improving rendering for unhinted TTFs:
See @davelab6 comment at: https://github.com/googlefonts/fontbakery/issues/890#issuecomment-236450011
and my comment here: https://github.com/googlefonts/fontbakery/issues/890#issuecomment-236457209
cool, thanks.