Skip to main content
Participant
December 6, 2023
Answered

Multiple Fonts in a Single sbsar File

  • December 6, 2023
  • 1 reply
  • 251 views

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...

This topic has been closed for replies.
Correct answer davescm

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

 

1 reply

davescm
Community Expert
davescmCommunity ExpertCorrect answer
Community Expert
December 6, 2023

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