---
title: fontName
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifont/fontname
---

# fontName

The font face name.

## Declaration

```swift
var fontName: String { get }
```

## Discussion

Discussion The font name is a name such as HelveticaBold that incorporates the family name and any specific style information for the font. The value in this property is intended for an application’s internal usage only and should not be displayed.

## See Also

### Getting Font Name Attributes

- [familyName](uikit/uifont/familyname.md)
