googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
152 stars 43 forks source link

instructionCompiler: don't log about .notdef missing #780

Closed anthrotype closed 1 year ago

anthrotype commented 1 year ago

I keep seing logging messages like this coming from ufo2ft.instructionCompiler

INFO:ufo2ft.instructionCompiler:Skipping compilation of instructions for glyph '.notdef' because it is not in the input UFO.

this is just noise and may also be confusing for the user. ".notdef" glyph is very often automatically generated by ufo2ft, in which case obviously it's because it is missing from the source UFOs, and so there's no need for the instructionCompiler to be chatty about it.