---
title: familyName
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifont/familyname
---

# familyName

The font family name.

## Declaration

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

## Discussion

Discussion A family name is a name such as Times New Roman that identifies one or more specific fonts. 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

- [fontName](uikit/uifont/fontname.md)
