---
title: CTFontManagerError.duplicatedName
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctfontmanagererror/duplicatedname
---

# CTFontManagerError.duplicatedName

An error that indicates the file can’t register because of a duplicate font name.

## Declaration

```swift
case duplicatedName
```

## See Also

### Constants

- [CTFontManagerError.fileNotFound](coretext/ctfontmanagererror/filenotfound.md)
- [CTFontManagerError.insufficientPermissions](coretext/ctfontmanagererror/insufficientpermissions.md)
- [CTFontManagerError.unrecognizedFormat](coretext/ctfontmanagererror/unrecognizedformat.md)
- [CTFontManagerError.invalidFontData](coretext/ctfontmanagererror/invalidfontdata.md)
- [CTFontManagerError.alreadyRegistered](coretext/ctfontmanagererror/alreadyregistered.md)
- [CTFontManagerError.exceededResourceLimit](coretext/ctfontmanagererror/exceededresourcelimit.md)
- [CTFontManagerError.assetNotFound](coretext/ctfontmanagererror/assetnotfound.md)
- [CTFontManagerError.notRegistered](coretext/ctfontmanagererror/notregistered.md)
- [CTFontManagerError.inUse](coretext/ctfontmanagererror/inuse.md)
- [CTFontManagerError.systemRequired](coretext/ctfontmanagererror/systemrequired.md)
- [CTFontManagerError.registrationFailed](coretext/ctfontmanagererror/registrationfailed.md)
- [CTFontManagerError.missingEntitlement](coretext/ctfontmanagererror/missingentitlement.md)
- [CTFontManagerError.insufficientInfo](coretext/ctfontmanagererror/insufficientinfo.md)
- [CTFontManagerError.cancelledByUser](coretext/ctfontmanagererror/cancelledbyuser.md)
- [CTFontManagerError.invalidFilePath](coretext/ctfontmanagererror/invalidfilepath.md)
