Answered
How do I obtain a list of a document's "FontWeightNames"
FM 12 - Javascript
I cannot find the correct way to obtain a list of a document's "FontWeightNames"
This is as I understand it (but it does not work):
| var mydocweights = MyDoc.FontWeightNames | |
for (var i=0; i < mydocweights.length; i++) {
| alert(mydocweights) | |
| } |
