Git Product home page Git Product logo

Comments (3)

Spoondog avatar Spoondog commented on July 20, 2024

Actually, that is not the "D", I think it is the "Ð"... which I don't need so not too worried about this one any more.

The only other issues I encountered are with "2", "7" and "Z", producing bits like this:

image
image

All of these happen regardless of whether its msdf, sdf or psdf (but the latter are easier to fix manually).

By the way - is there a way to just do a -testrender of an existing msdf? If not, that'd be really useful if we are trying to manually fix issues like this in PS. I'm going to implement the shader shortly anyway so I can test there, but it'd still be a nice to have.

from msdfgen.

Chlumsky avatar Chlumsky commented on July 20, 2024

This library is very sensitive to errors / artifacts in the path specification, which this particular font seems to be full of. The issue in the first example (Q) is clearly the bottom piece having reverse winding than everything else, which I'm surprised isn't a problem in other applications, because it seems pretty ambiguous as to how to interpret it. The D is overlapping contours, which should have been recently fixed, but it seems not completely, and the last one seems like a bunch of forgotten points in the middle, which break it.

The solution would be cleaning up the input paths.

The main.cpp doesn't have a testrender only mode, but you can do it quite simply if you write your own and interface with the library.

from msdfgen.

Chlumsky avatar Chlumsky commented on July 20, 2024

Should be fixed in the latest version by scanline pass.

from msdfgen.

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.