Answered
Is there a way to detect whether or not specific features are enabled on a textFrame?
Features like small cap, swashes, all caps, etc. I need to rename the artboard based on any enabled features.
Features like small cap, swashes, all caps, etc. I need to rename the artboard based on any enabled features.
Hi,
Getting the property "CharacterAttributes.capitalization" is your help.
An example about accessing the property:
app.activeDocument.textFrames[0].textRange.characters[0].characterAttributes.capitalization;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.