-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a easy or visual method to generate this plist file? #1
Comments
Yea, myself actrually draw the shape on paper first and then manually figure out the coordinates point by point. Anyone know a better way to do this? |
@isaced maybe PaintCode could do it. |
@isaced haha, looks great! probably should add to readme so more people will know it. |
Yeah , Go Go... |
nice |
@isaced, how to export the plist file like urs. |
@stilltalent , i write by myself, But I think we can use some script to export. |
@isaced thx I thought you had an other way . |
cool trick. |
How to use UIBezierPath with 2 control point to draw it? For example,like this '[textPath addCurveToPoint: CGPointMake(480.1, 147.7) controlPoint1: CGPointMake(461, 141) controlPoint2: CGPointMake(470, 145)]' |
nice |
How to use UIBezierPath with 2 control point to draw it? For example,like this '[textPath addCurveToPoint: CGPointMake(480.1, 147.7) controlPoint1: CGPointMake(461, 141) controlPoint2: CGPointMake(470, 145)]' |
much too better,My brother!厉害了我的哥 |
nice |
In this way, we needn't write it one point by one point.
The text was updated successfully, but these errors were encountered: