-
SetFont on specific substring – change style of only one letter in text layer
Hi all!
I’m trying to change the font on only one letter of a text layer.
Can i use the substring to isolate the letter and use setFont to change that specific letter?this is roughly what i’m trying here, obviously not working.
style.setFont(“Rhode-MediumExtended”);
substr(2,3)
;thanks!