# isBoldTextEnabled

> Whether bold text is enabled in the system settings.

## Definition

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

```csharp
public static bool isBoldTextEnabled { get; }
```

### Remarks

**Platform support**: On Android, this property is only set starting with Android 12 (API level 31). It might not be supported on non-stock Android. Here, non-stock refers to versions of Android that have been modified by the device manufacturer.
