Skip to content

Commit 449f4e4

Browse files
authored
[API notes] CTFontManagerError is not a valid Error at this time. (#4104)
CoreText is below Foundation in the framework stack, so its error enum uses a CFStringRef constant as its domain instead of an NSString. The importer doesn't know how to handle that yet, so for now, just don't import CTFontManagerError as a first-class error type. rdar://problem/27722004
1 parent b479d53 commit 449f4e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apinotes/CoreText.apinotes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
Name: CoreText
3-
Tags:
4-
- Name: CTFontManagerError
5-
NSErrorDomain: kCTFontManagerErrorDomain
63
Enumerators:
74
- Name: kCTUnderlinePatternSolid
85
SwiftName: patternSolid

0 commit comments

Comments
 (0)