# `GlyphsReporter shouldDrawAccentCloudForLayer:`

*Instance Method*

Implement this and return NO to disable the accent cloud.

## Declaration

```swift
optional func shouldDrawAccentCloud(for layer: GSLayer!) -> Bool
```

```objc
- (BOOL) shouldDrawAccentCloudForLayer:(GSLayer *) layer;
```

```python
shouldDrawAccentCloudForLayer_(layer: GSLayer) -> bool
```

## Parameters

- `layer` — The layer

