| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::font_style_node:


Public Member Functions | |
| font_style_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~font_style_node () throw () |
| Destroy. | |
| virtual const std::vector< std::string > & | family () const throw () |
| Get the list of font families. | |
| virtual bool | horizontal () const throw () |
| Get the flag indicating whether the text should be horizontal or vertical. | |
| virtual const std::vector< std::string > & | justify () const throw () |
| Get the descriptor for the text justification. | |
| virtual const std::string & | language () const throw () |
| Get the language code. | |
| virtual bool | left_to_right () const throw () |
| Get the flag indicating whether the text should be rendered left-to-right. | |
| virtual float | size () const throw () |
| Get the size of the text. | |
| virtual float | spacing () const throw () |
| Get the spacing for the text. | |
| virtual const std::string & | style () const throw () |
| Get the style for the text. | |
| virtual bool | top_to_bottom () const throw () |
| Get the flag indicating whether the text should be rendered top-to-bottom. | |
Private Attributes | |
| mfstring | family_ |
| family field. | |
| sfbool | horizontal_ |
| horizontal field. | |
| mfstring | justify_ |
| justify field. | |
| sfstring | language_ |
| language field. | |
| sfbool | leftToRight |
| leftToRight field. | |
| sffloat | size_ |
| size field. | |
| sffloat | spacing_ |
| spacing field. | |
| sfstring | style_ |
| style field. | |
| sfbool | topToBottom |
| topToBottom field. | |
Friends | |
| class | font_style_class |
| Class object for FontStyle nodes. | |
|
||||||||||||
|
Construct.
Reimplemented from openvrml::font_style_node. |
|
|
Get the list of font families.
Implements openvrml::font_style_node. |
|
|
Get the flag indicating whether the text should be horizontal or vertical.
Implements openvrml::font_style_node. |
|
|
Get the descriptor for the text justification.
Implements openvrml::font_style_node. |
|
|
Get the language code.
Implements openvrml::font_style_node. |
|
|
Get the flag indicating whether the text should be rendered left-to-right.
Implements openvrml::font_style_node. |
|
|
Get the size of the text.
Implements openvrml::font_style_node. |
|
|
Get the spacing for the text.
Implements openvrml::font_style_node. |
|
|
Get the style for the text.
Implements openvrml::font_style_node. |
|
|
Get the flag indicating whether the text should be rendered top-to-bottom.
Implements openvrml::font_style_node. |