Acessing the transformation matrix of each character in a textobject
I am trying to replace all characters in my text with a manually skeletonized version of said text. I get cleaner, more flexible and faster results in milling, laser marking and embroidery this way. So i would like to find the transformation matrix of each individual character so that I can lookup that caharacter in a reference document and get the skeleton and transform it to replace the text.

Ok so far so good. Ive found some scripting tools like this script by Carlos Canto that unfortunately does not work for all cases and does not account for kerning properly. Is there a wat transformation matrix of each character in the scripting engine? If not, is it possible to get this in the SDK? Or do i really have to expand the text, get two points as reference for each character, calculat ethe transform and then copy?
Any ideas.
