---
title: usesScreenFontsDocumentAttribute
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsattributedstring/key/usesscreenfontsdocumentattribute
---

# usesScreenFontsDocumentAttribute

The screen fonts attribute.

## Declaration

```swift
static let usesScreenFontsDocumentAttribute: NSAttributedString.Key
```

## Discussion

Discussion The value of this attribute is an NSNumber object containing a Boolean; this attribute corresponds to the usesScreenFonts method of NSLayoutManager; if absent, follows the system default setting.

## See Also

### Deprecated Keys

- [expansion](foundation/nsattributedstring/key/expansion.md)
- [obliqueness](foundation/nsattributedstring/key/obliqueness.md)
- [verticalGlyphForm](foundation/nsattributedstring/key/verticalglyphform.md)
- [characterShapeAttributeName](foundation/nsattributedstring/key/charactershapeattributename.md)
