SoFontRenderStyleElementSet Method (SoState, SoNode, SoFontRenderStyleElementRenderStyles) |
Sets the current render style in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode name_12249,
SoFontRenderStyleElementRenderStyles style
)
Public Shared Sub Set (
state As SoState,
name_12249 As SoNode,
style As SoFontRenderStyleElementRenderStyles
)
public:
static void Set(
SoState^ state,
SoNode^ name_12249,
SoFontRenderStyleElementRenderStyles style
)
static member Set :
state : SoState *
name_12249 : SoNode *
style : SoFontRenderStyleElementRenderStyles -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_12249
- Type: OIV.Inventor.NodesSoNode
- style
- Type: OIV.Inventor.ElementsSoFontRenderStyleElementRenderStyles
Remarks See Also