CGPathRef from string
问题 Please how can we get path of particular arabic of french letter ? I've just found out that CTFontCreatePathForGlyph will give CGPathRef like, but its will be the outline of text . I need this real text path for showing a text drawing animation.. any help please 回答1: You dont require ur path to be converted into NSString at all. You can create the path for text as follows: CTFontRef font = CTFontCreateWithName(CFSTR("Helvetica-Bold"), 72.0f, NULL); NSDictionary *attrs = [NSDictionary