Giter Club home page Giter Club logo

Comments (1)

kenmcd avatar kenmcd commented on June 12, 2024

The "void spaces" are due to the overlaps being present in the static fonts.
Some text rendering engines are advanced enough to render static fonts with the overlaps (must be able to do this variable fonts).
Which is why it works fine in some applications (i.e. Chrome/Edge).

The embedding as a TTF fonts as a Type-1 is an Adobe Acrobat issue - which means they are probably using Acrobat Distiller to embed the fonts (my guess).
See: Why do OpenType fonts appears as Type 1 fonts in the Acrobat font list?

I assume you have control of what fonts to use... some options...

  • The TTF releases in the font designer's repo have the overlaps removed - see here: v7.222
    and also includes OTF fonts - and OTF fonts do not have overlaps.
  • Run the GF v8 fonts thru a tool to remove the overlaps (like FoundryTools-CLI)
  • Convert the GF v8 fonts to OTF (which have no overlaps)
    again could use FoundryTools-CLI or various other tools, online, or font editors

from fonts.

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.