unified-font-object / ufoNormalizer

A tool that will normalize the XML and other data inside of a UFO.
Other
51 stars 19 forks source link

image data is gone after normalising #65

Closed typemytype closed 2 years ago

typemytype commented 4 years ago

a simple ufo test.ufo.zip

after normalising the image data is gone, while the a glyph has a reference to that image

arrowtype commented 3 years ago

This is a fairly big problem for me, as I’ve turned off ufoNormalizer in RoboFont to avoid losing images ... but then all my other files have gotten un-normalized. I’m not quite sure what to do, as I somewhat need both things to work. I guess that I should probably figure out how to use ufoNormalizer in only certain projects, and not others.

Is there an existing UFO lib key to indicate whether a given UFO should be normalized or not? My thinking is, if this exists, I could set it in most projects, but not in those which need images.

benkiel commented 2 years ago

Fixed by #88

benkiel commented 2 years ago

@arrowtype & @typemytype this is now published as release 0.6.1.

arrowtype commented 2 years ago

Awesome! 🎉 Thanks so much, @benkiel, @frankrolf, and @typemytype!