setText3d
Sets new settings for a 3DText
object. We are using the Google Fonts API, so you can use any combination of fontFamily
and weight
from that service. If the provided weight
option is not found, the first option available will be used.
Make sure to check the get-setText3d sandbox for a working example.
Parameters
Description
Type
objectName
Specifies what 3d text object do we want to retrieve its settings from.
string
settings
New settings that will be applied to the 3D Text object.
Usage:
Return value:
Last updated