Stores the current textured text anti-aliasing factor. More...
#include <Inventor/elements/SoTextAliasingFactorElement.h>
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, float factor) |
static void | set (SoState *state, SoNode *, float style) |
static float | get (SoState *state) |
static float | getDefault () |
This element stores the current textured text anti-aliasing factor.
static float SoTextAliasingFactorElement::get | ( | SoState * | state | ) | [inline, static] |
Returns current draw style from the state.
static int SoTextAliasingFactorElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoFloatElement.
static SoType SoTextAliasingFactorElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoFloatElement.
static float SoTextAliasingFactorElement::getDefault | ( | ) | [static] |
Returns the default draw style.
virtual void SoTextAliasingFactorElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoFloatElement.
static void SoTextAliasingFactorElement::set | ( | SoState * | state, | |
SoNode * | , | |||
float | style | |||
) | [inline, static] |
Sets the current horizontal text alignment in the state.
static void SoTextAliasingFactorElement::set | ( | SoState * | state, | |
float | factor | |||
) | [static] |
Sets the current horizontal text alignment in the state.