Skip to content

whutao/swift-core-text-extras

Repository files navigation

CoreTextExtras

This package extends the functionality of the CoreText framework by providing convenient methods, properties and types.

Installation

You can add the library to an Xcode project by adding it as a package dependency.

https://github.com/whutao/swift-core-text-extras

If you want to use the library in a SwiftPM project, it's as simple as adding it to a dependencies clause in your Package.swift:

dependencies: [
    .package(
        url: "https://github.com/whutao/swift-core-text-extras",
        from: Version(1, 0 ,0)
    )
]

License

All modules are released under the MIT license. See LICENSE for details.

About

Convenient extensions for the CoreText framework.

Topics

Resources

License

Stars

Watchers

Forks

Languages