How to convert any text/font to its bezier path representation?
        Posted  
        
            by yizzreel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by yizzreel
        
        
        
        Published on 2010-03-20T12:58:38Z
        Indexed on 
            2010/03/20
            13:01 UTC
        
        
        Read the original article
        Hit count: 298
        
I have a bezier path library to draw complex bezier paths without problem. Now, I need to know how to read a text or font and extract its path information to draw it as a path instead of as text.
I came across a C applicaiton, FontForge. It does exactly what I need, picks any font and extract its path information. But what I need to know is how it does it to add that feature to my drawing library.
© Stack Overflow or respective owner