Declaration

func isVisible(in glyph: GSGlyph?) -> Bool

Declaration

- (BOOL) visibleInGlyph:(GSGlyph *) glyph;

Declaration

visibleInGlyph_(glyph: GSGlyph) -> bool

Parameters

glyph

The glyph against which to evaluate the filter, or nil to consider the guide visible.

Discussion

Layer guides are always visible. Global guides are visible when the glyph matches filter. The space glyph remains visible regardless of the filter. A guide is considered visible when its predicate cannot be evaluated.

See Also

Identity and Visibility

  • A descriptive name displayed along the guide.

  • A predicate controlling which glyphs display a global guide.