---
title: "uppercaseSmallCaps(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/font/uppercasesmallcaps(_:)"
---

# uppercaseSmallCaps(_:)

Adjusts the font to enable/disable uppercase small capitals.

## Declaration

```swift
func uppercaseSmallCaps(_ isActive: Bool) -> Font
```

## Discussion

Discussion This feature controls turning capital characters into small capitals. It is generally used for words which would otherwise be set in all caps, such as acronyms, but which are desired in small-cap form to avoid disrupting the flow of text.
