Hi, I just found InlineSetting and it helps make some of my layouts easier but then unfortunately it introduces a lot of repetition.
Is there any way to simplify something like this? I want to apply multiple settings to one pattern.
I was hoping something like this would work but it's ignored.
I also tried this.
Thanks
Is there any way to simplify something like this? I want to apply multiple settings to one pattern.
Code:
InlinePattern=TEXTInlinePattern2=TEXTInlinePattern3=TEXTInlineSetting=ItalicInlineSetting2=Size | 24InlineSetting3=Color | #Azure#
Code:
[TestStyle]StringStyle=ItalicFontSize=24FontColor=#Azure#[MyMeter]InlinePattern=TEXTInlineSetting=[TestStyle]
Code:
InlinePattern=TEMPInlineSetting=Italic,Size | 24,Color | #Azure#
Statistics: Posted by rhywun — Yesterday, 2:13 pm — Replies 1 — Views 58