1#ifndef COIN_SOFONTSIZEELEMENT_H
2#define COIN_SOFONTSIZEELEMENT_H
36#include <Inventor/elements/SoFloatElement.h>
43 static void initClass(
void);
51 const float fontSize);
52 static void set(
SoState *
const state,
const float fontSize);
54 static float getDefault();
SoFloatElement is an abstract base class for elements that consists of a single float value.
Definition SoFloatElement.h:38
virtual void init(SoState *state)
Definition SoFloatElement.cpp:170
static float get(const int stackIndex, SoState *const state)
Definition SoFloatElement.cpp:149
static void set(const int stackIndex, SoState *const state, SoNode *const node, const float value)
Definition SoFloatElement.cpp:118
The SoFontSizeElement class is yet to be documented.
Definition SoFontSizeElement.h:38
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:44