matthewrkula / AnimatedPathView

An animated path view following the methods in a blog post from Romain Guy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Matthew

Mansourali opened this issue · comments

I just wondering if you know how to make the animated path trace a word like in muzei project in this link https://github.com/romannurik/muzei?

thanks in advance

Check out Path.getTextPath:
http://developer.android.com/reference/android/graphics/Paint.html

Or the answers here might help:
http://stackoverflow.com/questions/2149707/get-font-glyphs-as-vectors-manipulate-and-product-svg-or-bitmap

On Sun, Aug 17, 2014 at 4:25 PM, Mansour Alssager notifications@github.com
wrote:

I just wondering if you know how to make the animated path trace a word
like in muzei project in this link https://github.com/romannurik/muzei?

thanks in advance


Reply to this email directly or view it on GitHub
#1.

thanks man