Instance Property
filter
A predicate controlling which glyphs display a global guide.
Declaration
var filter: NSPredicate? { get set }Declaration
@property (nonatomic, strong) NSPredicate * filter;Declaration
pyobjc_instanceMethods.filter() -> NSPredicate
pyobjc_instanceMethods.setFilter_(filter: NSPredicate)Discussion
The predicate is evaluated against a glyph. It does not affect layer guides. A value of nil displays the guide in every glyph.
See Also
Identity and Visibility
A descriptive name displayed along the guide.
Whether the guide is visible in a glyph.