The Cocoa Text System is an object-oriented framework provided by Apple to provide text services to applications developed under the Cocoa API.
History
The Cocoa Text System originated as NSText in NeXTSTEP, which evolved into Mac OS X.[1] It then functioned in parallel with the ATSUI framework, which was superseded by Core Text with the release of Mac OS X 10.5 "Leopard" in October 2007.[2]
References
- ↑ The Cocoa Text System by John Gruber, Daring Fireball. 2019-12-20.
- ↑ The Cocoa Text System, MLTE, and ATSUI, Apple Developer Connection. 2003-04-30. Archived 2003-10-21.
External links
- About the Cocoa Text System at Apple Developer (2014-02-11)
- The Cocoa Text System, MLTE, and ATSUI at Apple Developer Connection (2004-02-10, mirrored)
- Customizing the Cocoa Text System by Jacob Rus at the Harvard Computer Society (2006-03-20)
- Cocoa text system at Wikipedia