Closed alyfreym closed 1 year ago
What do you mean single line path
?. As far as I known, the path of glyph outline is almost one or more closed path which is releated to the glyph shape
When I convert text to path, tools give me outline represented glyph, you can see this on photo 1 left side. I need imitate character glyph using single line path.
Like stroke glyph with hairlines ?
Yes. I try to implement handwriting text effect. animate outlined glyph it just follows its contour, but if I just have a lines, this is what I need.
I think, my lib can do the stroke glyph rendering, but it just follow the path I get from freetype. And as I known, if you want animated the path, you should convert all straight line to bezier curve.
I want to repeat the outline of the font with one line. This is what I DON'T NEED
This is what I need
I think, my lib can do the stroke glyph rendering, but it just follow the path I get from freetype. And as I known, if you want animated the path, you should convert all straight line to bezier curve.
when I convert to bezier it is "double outlined" I don't know how to say it right sorry. but i need conversion single lined like on video above
I want to repeat the outline of the font with one line. This is what I DON'T NEED
Comp.1.mp4 This is what I need
Comp.1_2.mp4
The path get from a ttf file, is like the Comp.1.mp4 shows, it's not double outlined
, because all glyph outline needs to use closed path to descript how to draw the glyph shape. I'm not sure if I described clearly.
Hi its possible using this lib convert outlined glyph path to single line path? I pin example image what I mean. Any suggestion please, or article.