Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for FontStyleNode:
Public Methods | |
virtual | ~FontStyleNode ()=0 throw () |
Destructor. | |
virtual const FontStyleNode * | toFontStyle () const throw () |
Cast to a FontStyleNode. | |
virtual FontStyleNode * | toFontStyle () throw () |
Cast to a FontStyleNode. | |
virtual const MFString & | getFamily () const=0 throw () |
Get the list of font families. | |
virtual const SFBool & | getHorizontal () const=0 throw () |
Get the flag indicating whether the text should be horizontal or vertical. | |
virtual const MFString & | getJustify () const=0 throw () |
Get the descriptor for the text justification. | |
virtual const SFString & | getLanguage () const=0 throw () |
Get the language code. | |
virtual const SFBool & | getLeftToRight () const=0 throw () |
Get the flag indicating whether the text should be rendered left-to-right. | |
virtual const SFFloat & | getSize () const=0 throw () |
Get the size of the text. | |
virtual const SFFloat & | getSpacing () const=0 throw () |
Get the spacing for the text. | |
virtual const SFString & | getStyle () const=0 throw () |
Get the style for the text. | |
virtual const SFBool & | getTopToBottom () const=0 throw () |
Get the flag indicating whether the text should be rendered top-to-bottom. | |
Protected Methods | |
FontStyleNode (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. |
|
Destructor.
|
|
Constructor.
|
|
Get the list of font families.
Implemented in FontStyle. |
|
Get the flag indicating whether the text should be horizontal or vertical.
Implemented in FontStyle. |
|
Get the descriptor for the text justification.
Implemented in FontStyle. |
|
Get the language code.
Implemented in FontStyle. |
|
Get the flag indicating whether the text should be rendered left-to-right.
Implemented in FontStyle. |
|
Get the size of the text.
Implemented in FontStyle. |
|
Get the spacing for the text.
Implemented in FontStyle. |
|
Get the style for the text.
Implemented in FontStyle. |
|
Get the flag indicating whether the text should be rendered top-to-bottom.
Implemented in FontStyle. |
|
Cast to a FontStyleNode.
Reimplemented from Node. |
|
Cast to a FontStyleNode.
Reimplemented from Node. |