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