How to get metrics displayed in EditView from a layer?

There is method to return list of metric displayed for a GSGlyph ?
For example for Glyph A something that return : Descender, CapHeight and Baseline ?

I would like to check nodes close to alignment zones, but all zones, only theses displayed in my glyph.

print(layer.metrics)
1 Like