cemolcay / StringToPath

String extension for returning UIBezierPath of the string in a font of your choice, using Core Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StringToPath

String extension for returning UIBezierPath of the string in a font of your choice, using Core Text

Uses Obj-C pod NSString+Glyphs

Install

pod 'StringToPath'

Usage

let textPath = "some text to path".pathWithFont(UIFont.systemFontOfSize(15))

About

String extension for returning UIBezierPath of the string in a font of your choice, using Core Text


Languages

Language:Ruby 77.9%Language:Swift 16.0%Language:Objective-C 6.2%