Page 1 of 2

Wire wish - Font/Style choose option for StringIn

Posted: Wed Apr 20, 2022 18:04
by cosmowe
Hey Guys,
it would be wonderful to give a user the ability to change font and font-style of his string/text-inputs also in the Resolume interface just like for example the "Text Block" source does it.
Unbenannt.PNG
Unbenannt.PNG (6.68 KiB) Viewed 9368 times
Now I can just choose and hardcode the most less fancy font into the patch before compiling it.


Best wishes
cosmowe

Re: Wire wish - Font/Style choose option for StringIn

Posted: Wed Apr 20, 2022 20:06
by Arvol
Has been on the request list for a year or so. When Dynamic instancing comes out, I believe it might get rolled out with that. Reasoning was that certain things are generated from the launch such as fonts, raster size, etc. changing it would mean the entire patch has to get re-launched.
Current workaround is duplicating the node and passing it through a gate with a choice input.

Re: Wire wish - Font/Style choose option for StringIn

Posted: Thu Apr 21, 2022 14:14
by Zoltán
Indeed, we're working on this ;)

Re: Wire wish - Font/Style choose option for StringIn

Posted: Thu Apr 21, 2022 14:50
by cosmowe
Image

Re: Wire wish - Font/Style choose option for StringIn

Posted: Thu Apr 21, 2022 16:04
by Arvol
I guess to piggy back off this request, If we could also have a Choice Node auto fill out the choice selection of a list when you use "expose inputs" that would save a LOT of time of filling out the font selection haha. But keeping the Choice Node empty when connecting manually, so users can have the option to use either method.

Re: Wire wish - Font/Style choose option for StringIn

Posted: Thu Apr 21, 2022 16:38
by cosmowe
An what if a user don't have your fancy font offshoot "Comic Sans Professional" :) version you've pre-choosed?

Than it will fallback to Arial?

Re: Wire wish - Font/Style choose option for StringIn

Posted: Thu Apr 21, 2022 16:42
by Arvol
cosmowe wrote: Thu Apr 21, 2022 16:38 An what if a user don't have your fancy font offshoot "Comic Sans Professional" :) version you've pre-choosed?

Than it will fallback to Arial?
It's dynamic. So it will pull from the Node. So whatever fonts appear in the Node, will also appear in the list ;)

Re: Wire wish - Font/Style choose option for StringIn

Posted: Thu Apr 21, 2022 18:09
by Zoltán
yeah, it's not as simple as it sounds

Re: Wire wish - Font/Style choose option for StringIn

Posted: Thu Apr 21, 2022 19:35
by Arvol
In Python [I know you guys are c++] it's just:

Code: Select all

op('xxx').par.driver.menuNames
And it will parse your driver for available options :)

Re: Wire wish - Font/Style choose option for StringIn

Posted: Tue May 28, 2024 13:23
by mowgli
What happened with this?
The text render node in Wire is pretty pointless if you can't swap fonts from within Resolume!