adobe-type-tools / afdko

Adobe Font Development Kit for OpenType
https://adobe-type-tools.github.io/afdko/
Other
1.06k stars 167 forks source link

A bunch of `cmpLocalSetSubrs() can't happen!` when using makeotf, or should I care? #1657

Open tamcy opened 1 year ago

tamcy commented 1 year ago

In the middle when building the font with makeotf, I am seeing a bunch (>9,000) of

cmpLocalSetSubrs() can't happen!

and occasionally some

Typecomp Error: List Overflow

emitted by the tool. It is the especially the List Overflow message that worries me.

Can these messages be ignored when building the font? If not, is that anything I can do to diganose and resolve it?

Thank you.