#include <archon/x3d/server/text.H>
Inheritance diagram for Archon::X3D::FontStyle:


Public Member Functions | |
| const NodeType * | getType () const |
| FontStyle (BackRef< ExecutionContext > c) | |
| const vector< string > & | getFamily () const |
| bool | getHorizontal () const |
| const vector< string > & | getJustify () const |
| string | getLanguage () const |
| bool | getLeftToRight () const |
| double | getSize () const |
| double | getSpacing () const |
| string | getStyle () const |
| bool | getTopToBottom () const |
Static Public Member Functions | |
| static Ref< NodeBase > | instantiate (BackRef< ExecutionContext > c) |
Static Public Attributes | |
| static const NodeType * | type = 0 |
Friends | |
| void | initializeTextComponent () |
Definition at line 52 of file text.H.
1.4.4