---
title: kCMTextMarkupAttribute_BoldStyle
framework: coremedia
role: symbol
role_heading: Global Variable
path: coremedia/kcmtextmarkupattribute_boldstyle
---

# kCMTextMarkupAttribute_BoldStyle

A bold font style.

## Declaration

```swift
let kCMTextMarkupAttribute_BoldStyle: CFString
```

## Discussion

Discussion This attribute’s value must be a CFBoolean. The default is kCFBooleanFalse. If this attribute is kCFBooleanTrue, the system renders the text with a bold style in addition to other styles you use.

## See Also

### Styles

- [kCMTextMarkupAttribute_ItalicStyle](coremedia/kcmtextmarkupattribute_italicstyle.md)
- [kCMTextMarkupAttribute_UnderlineStyle](coremedia/kcmtextmarkupattribute_underlinestyle.md)
- [kCMTextMarkupAttribute_CharacterEdgeStyle](coremedia/kcmtextmarkupattribute_characteredgestyle.md)
