Glyphs with feature code suffixes (eg. `a.ss01`) fail to have their metrics solved. ``` WARNING: Bad metrics key a.ss found in glyph u.ss01 ``` I assume this is because the [matcher regex](https://github.com/jayKayEss/MetricsSolver/blob/720b109a4436b0799cf2127c4321a8d2380f88a8/MetricsSolver.glyphsPlugin/Contents/Resources/matcher.py#L5) isn't looking for digits. Happy to make a pull request if that helps.
Glyphs with feature code suffixes (eg.
a.ss01) fail to have their metrics solved.I assume this is because the matcher regex isn't looking for digits. Happy to make a pull request if that helps.