Detect exceptions in LSB & RSB

Is there a way to detect with a smart filter the glyphs that have «LSB - RSB reference exceptions» ( == ) in different layers or masters?

Many thanks in advance!

Create a new Smart Filter and set the filter rule to “Custom”. Then, paste the following into the text field:

layer0.leftMetricsKey BEGINSWITH "==" OR layer0.rightMetricsKey BEGINSWITH "=="

Confirm with OK. This shows all glyphs that have an LSB/RSB metrics key in the currently selected master.

1 Like

Great tip Florian, and many thanks for this! :blush:

The query can be a bit simpler:

layer0.leftMetricsKey != nil OR layer0.rightMetricsKey != nil
1 Like

Thanks Georg, adding it to my smart filters