Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Multi Style Support for text

Explorer ,
Feb 03, 2023 Feb 03, 2023

Why do we not have the ability to use multiple styles in a line of text?

 

For example: SomeName

mainText = thisLayer.name; //Layer name is "some name"
textOne = text.sourceText.style.setText(mainText.split(" ")[0]).setFont("ArialNarrow");
textTwo = text.sourceText.style.setText(mainText.split(" ")[1]).setFont("Arial-Black");

textOne + textTwo

 

---There's probably an easier way to do that, but you get the idea.

 

 

This is a pretty straightforward concept, and yet we have to do a whole bunch of extra steps and multiple layers to achieve something so basic.

 

Let's make this happen!

Idea No status
TOPICS
Expressions , Workflow
138
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation