This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Possible to change text of a TextLayer? #54
vkoopmans-resoluut
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
Yes. It’s possible.
I just added example here -
https://github.com/ingrammicro/puzzle-tokens/tree/master/Styles/Set-Text
Please use.
… On 24 May 2022, at 09:38, Vincent Koopmans ***@***.***> wrote:
Hi @MaxBazarov I was wondering if it would be possible to target a text layer and change it's text.
I guess it should be possible right? Do you have an idea how to target the contents of a TextLayer?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You are a legend!
That is fantastic!
Thank you,
Vince
Vincent Koopmans
Design Director
0628644396
***@***.*** www.resoluut.com
… On 24 May 2022, at 14:02, Maxim Bazarov ***@***.***> wrote:
Yes. It’s possible.
I just added example here -
https://github.com/ingrammicro/puzzle-tokens/tree/master/Styles/Set-Text
Please use.
> On 24 May 2022, at 09:38, Vincent Koopmans ***@***.***> wrote:
>
>
> Hi @MaxBazarov I was wondering if it would be possible to target a text layer and change it's text.
> I guess it should be possible right? Do you have an idea how to target the contents of a TextLayer?
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you were mentioned.
>
—
Reply to this email directly, view it on GitHub <#54 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJTG6W2HTY5WWFNKPBIL2H3VLTAL7ANCNFSM5WYLLL3A>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
It’s strange. Your code is valid.
I will debug it.
… 25 мая 2022 г., в 09:51, Vincent Koopmans ***@***.***> написал(а):
I was wondering. Imagine I have two textfields in one symbol. It would be iice to target them like this:
#Operating System #iOS #status_bar #white {
.Carrier {
pt-text: VirginMedia;
}
.Time {
pt-text: 12:43;
}
}
But that doesn't seem to work (it cant find the symbol.
So right now we do it like this:
#Operating System #iOS #status_bar #white .Carrier {
pt-text: VirginMedia;
}
#Operating System #iOS #status_bar #white .Time {
pt-text: 12:43;
}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @MaxBazarov I was wondering if it would be possible to target a text layer and change it's text.
I guess it should be possible right? Do you have an idea how to target the contents of a TextLayer?
Beta Was this translation helpful? Give feedback.
All reactions