I'm working on an Illustrator script (javascript) and I need to measure the width of a letter. This letter is a TextFrameItem with only one character:
The object has an attribute .width which gives the width of the bounding box above.
The length I need to know is the one of the blue baseline.
Any idea to measure it?