# Sandbox.TextStyle.WithBold

```csharp
TextStyle WithBold(bool bold = True)
```

Returns a copy with bold (700) or normal (400) weight.

### Parameters

- `bold` (`bool`), default `True`

### Returns

`TextStyle`

Declared in [Sandbox.TextStyle](/api/Sandbox.TextStyle).
Assembly: `Sandbox.Engine`.
