CoreText watchOS 5.3 to 6.0 API Differences

CoreText.h
CTDefines.h
Added #def CT_DEPRECATED_WITH_REPLACEMENT
Added #def CT_ENUM_AVAILABLE
CTFont.h
CTFontManager.h
AvailabilityReplacement
FromAvailablenone
ToDeprecatedCTFontManagerRegisterFontURLs

AvailabilityReplacement
FromAvailablenone
ToDeprecatedCTFontManagerUnregisterFontURLs

CTFontManagerErrors.h
CTGlyphInfo.h
Declaration
FromCTGlyphInfoRef CTGlyphInfoCreateWithGlyphName(CFStringRef glyphName, CTFontRef font, CFStringRef baseString)
ToCTGlyphInfoRef CTGlyphInfoCreateWithGlyphName(CFStringRef glyphName, CTFontRef font, CFStringRef baseString)

Declaration
FromCTGlyphInfoRef CTGlyphInfoCreateWithGlyph(CGGlyph glyph, CTFontRef font, CFStringRef baseString)
ToCTGlyphInfoRef CTGlyphInfoCreateWithGlyph(CGGlyph glyph, CTFontRef font, CFStringRef baseString)

Declaration
FromCTGlyphInfoRef CTGlyphInfoCreateWithCharacterIdentifier(CGFontIndex cid, CTCharacterCollection collection, CFStringRef baseString)
ToCTGlyphInfoRef CTGlyphInfoCreateWithCharacterIdentifier(CGFontIndex cid, CTCharacterCollection collection, CFStringRef baseString)

CTRun.h
CTStringAttributes.h