Filter for Glyphs of certain width

I have a few .tf glyphs that I can easily access via filter (Glyphs Name: ends with: .tf) but I’d like to include other glyphs that are also fixed width but the names don’t end with .tf

Add a smart filter with option Custom, and as code you type layer0.width==300 or whatever your tabular width (in the first master) is:

image

The syntax allows the spelling with single or double equal signs.

While a general expression filter would be nice, a choice of “Metric” with the ability to choose width, LSB, RSB, depth below baseline, and height above baseline, and choose <, >, = or != relation to a specified value.

That predicate editor is rather limited, it can’t handle two levels of sections. So it needs to be an entry for each property.