# `GlyphsPathPlugin touchedByHintsIndexes:`

*Instance Method*

## Declaration

```swift
func touched(byHintsIndexes layer: GSLayer) -> Set<AnyHashable>
```

```objc
- (NSSet *) touchedByHintsIndexes:(GSLayer *) layer;
```

```python
touchedByHintsIndexes_(layer: GSLayer) -> set
```

