Instance Method
isVisible(in:)visibleInGlyph:visibleInGlyph_
Whether the guide is visible in a glyph.
Declaration
func isVisible(in glyph: GSGlyph?) -> BoolDeclaration
- (BOOL) visibleInGlyph:(GSGlyph *) glyph;Declaration
visibleInGlyph_(glyph: GSGlyph) -> boolParameters
glyphThe glyph against which to evaluate the filter, or
nilto 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.