Code Monkey home page Code Monkey logo

Comments (7)

Lorp avatar Lorp commented on June 2, 2024

What tool was used to make this font? It is broken!

The STAT fielddesignAxisCount is 0 while axisValueCount is 11, and axisCount in the fvar table is 2. You can see these values for yourself by typing these into the console:

GLOBAL.vf.tables["STAT"].data.designAxisCount
GLOBAL.vf.tables["STAT"].data.axisValueCount
GLOBAL.vf.tables["fvar"].data.axisCount

From the OpenType spec:

designAxisCount — The number of design axis records. In a font with an 'fvar' table, this value must be greater than or equal to the axisCount value in the 'fvar' table. In all fonts, must be greater than zero if axisValueCount is greater than zero.

In other words, you have to re-declare any axes that are used in STAT as “designAxes”, even if they are identical to the variation axes already defined in the fvar table. Take a look at a TTX dump of another font with a STAT table.

Also, is there any reason you have an .otf extension rather than .ttf?

from samsa.

herrernst avatar herrernst commented on June 2, 2024

Thanks for your feedback. I have no idea how this font was produced, I have no connection to it. So because the font is buggy, you can close this IMHO.

from samsa.

Lorp avatar Lorp commented on June 2, 2024

Followups to rsms/inter#311

from samsa.

rsms avatar rsms commented on June 2, 2024

fonttools and ufo2ft produced that font so you will likely see a large number of other fonts with similar setup. (This has been fixed in source Inter with a pretty elaborate patch.)

from samsa.

rsms avatar rsms commented on June 2, 2024

Here’s a patched version in case you want to test
https://github.com/rsms/inter/files/5100101/Inter-3.15-text-f7924a233e.zip

from samsa.

anthrotype avatar anthrotype commented on June 2, 2024

fonttools always sets the STAT designAxisCount to the fvar.axisCount. Are you sure the STAT table was not post-processed with some other tool maybe?

from samsa.

Lorp avatar Lorp commented on June 2, 2024

Thanks @rsms. I’ll happily add some error handling to Samsa if the tool(chain) that made this font is widespread. So far however it is the only font I have ever seen with this error.

from samsa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.