Draw text like Sprite (or how to get character contour)

Hi there,
I’ve been doing a little experiments in the past week, and I have a trouble: how to draw a character like Sprite, so that I can do whatever I want with it.

I’ve seen FIVe3D, which has an automated system which exports an AS file with a description about each of the characters (so that they are represented as motifs - it gets the edges of the glyph and parses it into a script with simple actions as lineTo and curveTo).

But this example uses JSFL in order to parse the font (jsfl has functions like contours, interior, getHalfEdge, getControl).

I’m asking if someone knows some alternative methods for doing this thing? Something for simple flash, so that I can do it at runtime? Senocular, help! :slight_smile:

Thanks in advance,
Andrey