# boldTextStatusChanged

> Event invoked on the main thread when the user changes the bold text setting in the system settings.

## Definition

* **Type:** Event
* **Namespace:** [UnityEngine.Accessibility](/engine/6000.7/script-reference/unityengine/accessibility.md)
* **Assembly:** UnityEngine.AccessibilityModule

```csharp
public static event Action<bool> boldTextStatusChanged
```

### Remarks

**Platform support**: This event is only triggered on iOS. On Android, this event is not necessary because the application restarts when the user changes the bold text setting.
