---
title: isBold
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/font/resolved/isbold
---

# isBold

Returns true if the resolved font has a bold trait according to CoreText or the font’s weight is semi-bold or greater.

## Declaration

```swift
var isBold: Bool { get }
```
