Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
virtual | ~font_style_node ()=0 throw () |
Destroy. | |
virtual const std::vector< std::string > & | family () const =0 throw () |
Get the list of font families. | |
virtual bool | horizontal () const =0 throw () |
Get the flag indicating whether the text should be horizontal or vertical. | |
virtual const std::vector< std::string > & | justify () const =0 throw () |
Get the descriptor for the text justification. | |
virtual const std::string & | language () const =0 throw () |
Get the language code. | |
virtual bool | left_to_right () const =0 throw () |
Get the flag indicating whether the text should be rendered left-to-right. | |
virtual float | size () const =0 throw () |
Get the size of the text. | |
virtual float | spacing () const =0 throw () |
Get the spacing for the text. | |
virtual const std::string & | style () const =0 throw () |
Get the style for the text. | |
virtual bool | top_to_bottom () const =0 throw () |
Get the flag indicating whether the text should be rendered top-to-bottom. | |
Protected Member Functions | |
font_style_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
Construct. | |
Private Member Functions | |
virtual font_style_node * | to_font_style () throw () |
Cast to a font_style_node. |
|
Destroy.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Construct.
Reimplemented in openvrml::vrml97_node::font_style_node. |
|
Get the list of font families.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the flag indicating whether the text should be horizontal or vertical.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the descriptor for the text justification.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the language code.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the flag indicating whether the text should be rendered left-to-right.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the size of the text.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the spacing for the text.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the style for the text.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Get the flag indicating whether the text should be rendered top-to-bottom.
Implemented in openvrml::vrml97_node::font_style_node. |
|
Cast to a font_style_node.
Reimplemented from openvrml::node. |