How i am wondering. Does the API have the ability to obtain all the different font families and styles that exists in one text box. For example, in this sentence “PURCHASE ADOBEXD TODAY”, the whole sentence may exist in one textbox but have different styles applied throughout its contents. In this sentence, the word “Adobe” may be bold with font-size: 18px and “XD” may be italic font-size 12px etc and the rest may be standard ‘Arial’ font-size: 8px. Is there a way to programmatically get all that information in an organized way? or at the very least, how does one just go about obtaining that information one character at a time.
Hi i have not been able to successfully find any property that contains ‘Font-Weight’. Im looking at the API and trying to get the font weight within a styleRange. I can see it on the right side in the panel but nothing in adobes API reference.