Stores the current font size. More...
#include <Inventor/elements/SoFontSizeElement.h>
Public Member Functions | |
virtual void | push (SoState *state) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, float size) |
static void | set (SoState *state, SoNode *, float size) |
static float | get (SoState *state) |
static float | getDefault () |
Stores the current font size.
This element stores the current font size.
SoFont, SoFontStyle, SoVRMLFontStyle
static float SoFontSizeElement::get | ( | SoState * | state | ) | [static] |
Returns the current font size from the state.
static int SoFontSizeElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoFloatElement.
static SoType SoFontSizeElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoFloatElement.
static float SoFontSizeElement::getDefault | ( | ) | [static] |
Returns the default font size.
virtual void SoFontSizeElement::push | ( | SoState * | state | ) | [virtual] |
Sets the current font size.
static void SoFontSizeElement::set | ( | SoState * | state, | |
float | size | |||
) | [inline, static] |
Sets the current font size.