---
title: kCTFontManagerRegisteredFontsChangedNotification
framework: coretext
role: symbol
role_heading: Global Variable
path: coretext/kctfontmanagerregisteredfontschangednotification
---

# kCTFontManagerRegisteredFontsChangedNotification

## Declaration

```swift
let kCTFontManagerRegisteredFontsChangedNotification: CFString
```

## Discussion

Discussion This is the string to use as the notification name when subscribing to Core Text Font Manager notifications. This notification is posted when fonts are added to the font registry. The client is responsible for registered with the distributed notification center to receive notifications for changes to the session or user scopes, and with a local notification center for changes to the process scope.

## See Also

### Constants

- [ATSFONTREF_DEFINED](coretext/atsfontref_defined.md)
- [kBSLNIdeographicHighBaseline](coretext/kbslnideographichighbaseline.md)
- [kCTAdaptiveImageProviderAttributeName](coretext/kctadaptiveimageproviderattributename.md)
- [kCTBackgroundColorAttributeName](coretext/kctbackgroundcolorattributename.md)
- [kCTBaselineClassAttributeName](coretext/kctbaselineclassattributename.md)
- [kCTBaselineClassHanging](coretext/kctbaselineclasshanging.md)
- [kCTBaselineClassIdeographicCentered](coretext/kctbaselineclassideographiccentered.md)
- [kCTBaselineClassIdeographicHigh](coretext/kctbaselineclassideographichigh.md)
- [kCTBaselineClassIdeographicLow](coretext/kctbaselineclassideographiclow.md)
- [kCTBaselineClassMath](coretext/kctbaselineclassmath.md)
- [kCTBaselineClassRoman](coretext/kctbaselineclassroman.md)
- [kCTBaselineInfoAttributeName](coretext/kctbaselineinfoattributename.md)
- [kCTBaselineOriginalFont](coretext/kctbaselineoriginalfont.md)
- [kCTBaselineReferenceFont](coretext/kctbaselinereferencefont.md)
- [kCTBaselineReferenceInfoAttributeName](coretext/kctbaselinereferenceinfoattributename.md)
