Giter VIP home page Giter VIP logo

Comments (4)

kenmcd avatar kenmcd commented on June 2, 2024

Could be a hinting issue.
The bottom of the g is at -250.
The decender setting is -250.
There is no line gap - it is set to 0.
So the OTF is inside the vertical metrics (and macOS may be hinting it to stay there).
The TTF has the same vertical metrics, but the hinting in the font may be pushing the bottom of the character below what the application is displaying.
Could just be the application rendering is in error (or just dumb - to hint-adjust to clipping).

The TTF hinting is done automatically as the fonts are being generated.
It may be possible to modify the settings for that automatic hinting which may affect this issue.
And the font developer may or may not want to mess around with that.
Manual hinting is very complicated and very time consuming - and not likely to happen.
My guess is if the font developer has the time and the inclination to test automating hinting settings/modifications with these particular applications, and assuming that actually "fixes" this issue, then the earliest this would happen is the next release (whenever that may be).

from recursive.

stlee42 avatar stlee42 commented on June 2, 2024

actually, on macOS, the fonts are rendered anti-aliased without hinting.

from recursive.

kenmcd avatar kenmcd commented on June 2, 2024

actually, on macOS, the fonts are rendered anti-aliased without hinting.

Bad description on my part.
It is doing its own grid-fitting.

from recursive.

stlee42 avatar stlee42 commented on June 2, 2024

aren't grid-fitting and hinting the exact same thing? at any rate, macOS does not do it.

also, in my case, it is definitely a clipping issue of line height type, not grid-fitting or hinting issue. If you look at the screen shot, you can see that one of the g's on the second line is not clipped and shows the full form. the clipping is intermittent according to how the line is redrawn as you press enter or backspace.

from recursive.

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.