googlefonts / ufo2ft

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

DottedCircleFilter uses info.xHeight without fallback #709

Closed madig closed 1 year ago

madig commented 1 year ago

Should use xHeight = getAttrWithFallback(font.info, "xHeight") instead.