GithubHelp home page GithubHelp logo

CFF automatic subroutinization about fontkit HOT 3 CLOSED

foliojs avatar foliojs commented on May 28, 2024
CFF automatic subroutinization

from fontkit.

Comments (3)

Pomax avatar Pomax commented on May 28, 2024

making this work efficiently is a good source for a paper or two - naively, it's the byte equivalent of finding the largest common substring in a set of strings, marking it a subroutine, reducing all strings, and then running the algorithm again, repeating the process until there are "common substrings" left, so having a good guide to what is worth turning into substrings, which charstrings are worth not splitting up at all even if they do have something that could conceivably be a substring, which boundaries a substring should not cross, etc. is far from trivial, and a good thing to write a paper around (even if it turns into a white paper. Tracking hypotheses, testing, and (in)validation makes for good guided code, with reference material to fall back to; thing Adobe Tech Notes)

It's easy to run offline as a production step, even if it takes an hour to find the optimal subroutine mapping - just turn on the subroutiniser, have it run in the background, eventually it'll be done. But it's much harder to write a real-time subroutine abstractor that is fast enough to feel like an acceptable delay while also finding creating a meaningful set of subroutines: pulling that off would certainly be worth either a long post on a blog, or a paper-like document that people can read to understand the work that will be going into this.

from fontkit.

devongovett avatar devongovett commented on May 28, 2024

Also, currently fontkit doesn't produce fonts from scratch, it only subsets them using the existing subroutines from the original font. Unless we add support for creating fonts from scratch, I think this issue may be better sent to opentype.js, which is more of a font creation library.

from fontkit.

be5invis avatar be5invis commented on May 28, 2024

@Pomax No, it is the “optimal grammar problem” in the area of data compression. Some other algorithms works in linear time and performs quite well, like SEQUITUR or RE-PAIR.

from fontkit.

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.