I have a library of bezier paths to draw complex bezier paths without problems. Now I need to know how to read text or font and extract its path information in order to draw it as a path, not as text.
I came across a C application, FontForge . It does exactly what I need, selects any font and extracts its path information. But I need to know how to do this in order to add this function to my drawing library.
source
share