OTF import strips out features

RoboFont Forums Bugs OTF import strips out features

This topic contains 3 replies, has 3 voices, and was last updated by  JBL 9 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #866

    JBL
    Participant

    OTF import strips out features. Is this intended?
    De-compiling can be tricky, for sure ;)

    #929

    frederik
    Keymaster

    the main problem is that is really hard to extract the same features from a compiled font. Im thinking how to solve this….

    #947

    tal
    Keymaster

    Yeah, this is a really hard thing to get right. I’ve done a lot of work on it and maybe you could add to it:

    http://code.typesupply.com/browser/packages/feaTools2/trunk/Lib/feaTools2

    from feaTools2 import decompileBinaryToFeaSyntax
    path = “/Users/you//blah/blah/Blah-Blah.otf”
    print decompileBinaryToFeaSyntax(path)

    GPOS lookup types aren’t supported, the GSUB lookup types are limited to what I needed at the time, it needs more robust testing, etc. But, I was pretty far along and the results were very promising.

    #958

    JBL
    Participant

    Good to know there are improvements on this matters, thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.