---
title: AVCaption.FontWeight
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avcaption/fontweight
---

# AVCaption.FontWeight

Font weights for a caption.

## Declaration

```swift
enum FontWeight
```

## Topics

### Font weights

- [AVCaption.FontWeight.unknown](avfoundation/avcaption/fontweight/unknown.md)
- [AVCaption.FontWeight.normal](avfoundation/avcaption/fontweight/normal.md)
- [AVCaption.FontWeight.bold](avfoundation/avcaption/fontweight/bold.md)

### Initializers

- [init(rawValue:)](avfoundation/avcaption/fontweight/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing font styles

- [fontStyle(at:)](avfoundation/avcaption/fontstyle(at:).md)
- [AVCaption.FontStyle](avfoundation/avcaption/fontstyle.md)
- [fontWeight(at:)](avfoundation/avcaption/fontweight(at:).md)
- [decoration(at:)](avfoundation/avcaption/decoration(at:).md)
- [AVCaption.Decoration](avfoundation/avcaption/decoration.md)
