---
title: availableFonts
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfontmanager/availablefonts
---

# availableFonts

The names of the fonts available in the system (not the NSFont objects themselves).

## Declaration

```swift
var availableFonts: [String] { get }
```

## Discussion

Discussion Note that these fonts are in various system font directories.

## See Also

### Getting Available Fonts

- [availableFontFamilies](appkit/nsfontmanager/availablefontfamilies.md)
- [availableFontNames(with:)](appkit/nsfontmanager/availablefontnames(with:).md)
- [availableMembers(ofFontFamily:)](appkit/nsfontmanager/availablemembers(offontfamily:).md)
