Copy link to clipboard
Copied
Hi,
I wanted to use a mutiple fonts in a single sbsar file. I tried to create it in the Substance Designer. I havn't got any satisfied way to it.
Here anyone know how we can add multiple fonts in the same sbsar file?
Thanks...
Use several text nodes, one for each variation. Send their outputs to a multi-switch greyscale.
Add inputs to your graph for :
a. The input to control the switch (use Integer and a drop down list)
b. A text string
c. A float to control the font size
For the text nodes add a function for text and for font size to access those inputs using Get String and Get Float in the nodes.
Example sbs attached
Dave
Copy link to clipboard
Copied
Use several text nodes, one for each variation. Send their outputs to a multi-switch greyscale.
Add inputs to your graph for :
a. The input to control the switch (use Integer and a drop down list)
b. A text string
c. A float to control the font size
For the text nodes add a function for text and for font size to access those inputs using Get String and Get Float in the nodes.
Example sbs attached
Dave