CoreText
Core Text is a low-level application programming interface (API) used in macOS and iOS to display and handle text. It is part of the Core Graphics framework and provides a comprehensive set of functionalities for text rendering, layout, and manipulation. Core Text allows developers to have fine-grained control over how text appears on the screen, including advanced typographic features.
The API is built upon other Apple frameworks such as Core Foundation and Core Graphics. It exposes
Developers can leverage Core Text to implement custom text layouts, handle complex scripts and bidirectional text,