---
title: reloadDefaultFontFamilies()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsfontpanel/reloaddefaultfontfamilies()
---

# reloadDefaultFontFamilies()

Triggers a reload to the default state, so that the delegate is called.

## Declaration

```swift
func reloadDefaultFontFamilies()
```

## Discussion

Discussion This reloading provides the delegate opportunity to scrutinize the default list of fonts to be displayed in the panel.

## See Also

### Enabling Font Changes

- [isEnabled](appkit/nsfontpanel/isenabled.md)
