String extension for returning UIBezierPath of the string in a font of your choice, using Core Text
String extension for returning UIBezierPath of the string in a font of your choice, using Core Text
Uses Obj-C pod NSString+Glyphs
pod 'StringToPath'
let textPath = "some text to path".pathWithFont(UIFont.systemFontOfSize(15))