24#ifndef _SO_FONT_RENDERSTYLE_ELEMENT
25#define _SO_FONT_RENDERSTYLE_ELEMENT
27#include <Inventor/elements/SoInt32Element.h>
39SoEXTENDER_Documented
class SoFontRenderStyleElement :
public SoInt32Element {
41 SO_ELEMENT_HEADER(SoFontRenderStyleElement);
77 virtual void print(FILE *fp)
const;
82 virtual void init(
SoState *state);
86 static void initClass();
87 static void exitClass();
90 virtual ~SoFontRenderStyleElement();
virtual void print(FILE *fp) const
Prints element (for debugging).
static void set(SoState *state, RenderStyle style)
Sets the current render style in the state.
RenderStyle
These are the available render styles.
static void set(SoState *state, SoNode *, RenderStyle style)
Sets the current render style in the state.
static RenderStyle get(SoState *state)
Returns current render style from the state.
static int getClassStackIndex()
Returns the stack id for this element.
static SoType getClassTypeId()
Returns the type identifier for this class.
static RenderStyle getDefault()
Returns the default render style.
Abstract base class for all database nodes.