Coder Social home page Coder Social logo

ufo2fdk's People

Contributors

adrientetar avatar benkiel avatar jamesgk avatar kant avatar nsfmc avatar roberto-arista avatar typemytype avatar typesupply avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ufo2fdk's Issues

haveFDK

FDK is changing tools and it possible that checkoutlines is not available anymore in favour of checkOutlinesUFO when installing FDK from source.

@adobe-type-tools could you confirm this?

OSError in Subprocess

This might be an edge case but I am attempting to build a family with a very large amount of fonts. My build script uses the execute function in the FDKBridge.py but breaks around 125 fonts with the following error: OSError: [Errno 24] Too many open files. It seems to be a problem with the line where popen is declared.

popen = subprocess.Popen(cmds, stderr=stderrFile, stdout=stdoutFile, env=env, shell=True)
This could also just very well be a problem on my end. TIA

missing fallbacks for UFO3 attributes

Some new UFO3 font info attributes don’t have a fallback in ufo2fdk.fontInfoData.

Running the script below in RoboFont 2 will print the missing attributes:

from ufo2fdk.fontInfoData import *

f = NewFont()
f.info.familyName = 'Hello'
f.info.styleName  = 'World'

for attr in sorted(f.info.asDict()):
    try:
        getAttrWithFallback(f.info, attr)
    except:
        print attr
openTypeGaspRangeRecords
openTypeNameRecords
openTypeOS2WinAscent
openTypeOS2WinDescent
woffMajorVersion
woffMetadataCopyright
woffMetadataCredits
woffMetadataDescription
woffMetadataExtensions
woffMetadataLicense
woffMetadataLicensee
woffMetadataTrademark
woffMetadataUniqueID
woffMetadataVendor
woffMinorVersion

Strikeout/Underline

This should maybe be handled nicely by ufo2fdk

see adobe-type-tools/afdko#47

this brings up an other issue: It would be nice to send ufo2fdk a list of pre process and post process callbacks, this could be a solution to add both callbacks defined in ufo2fdk as custom callbacks. Similar to extractor customFunctions.

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.