me-abhinav/NumberMorphView

Did it support custom font?

LeiHao0 opened this issue · 1 comments

It seems the digit number was draw by cgPath, so that I can't use custom font?

Yes the digits are drawn using Bezier curves. I calculated the points for these curves manually. It is not possible to change the font in the current implementation. If we want to use some other font then we will have to recalculate the points for that font.