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