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.
I keep seing logging messages like this coming from ufo2ft.instructionCompiler
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.