Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for FontStyle:
Public Methods | |
FontStyle (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~FontStyle () throw () |
Destructor. | |
virtual const MFString & | getFamily () const throw () |
Get the list of font families. | |
virtual const SFBool & | getHorizontal () const throw () |
Get the flag indicating whether the text should be horizontal or vertical. | |
virtual const MFString & | getJustify () const throw () |
Get the descriptor for the text justification. | |
virtual const SFString & | getLanguage () const throw () |
Get the language code. | |
virtual const SFBool & | getLeftToRight () const throw () |
Get the flag indicating whether the text should be rendered left-to-right. | |
virtual const SFFloat & | getSize () const throw () |
Get the size of the text. | |
virtual const SFFloat & | getSpacing () const throw () |
Get the spacing for the text. | |
virtual const SFString & | getStyle () const throw () |
Get the style for the text. | |
virtual const SFBool & | getTopToBottom () const throw () |
Get the flag indicating whether the text should be rendered top-to-bottom. | |
Private Attributes | |
MFString | family |
SFBool | horizontal |
MFString | justify |
SFString | language |
SFBool | leftToRight |
SFFloat | size |
SFFloat | spacing |
SFString | style |
SFBool | topToBottom |
Friends | |
class | FontStyleClass |
|
Constructor.
|
|
Destructor.
|
|
Get the list of font families.
Implements FontStyleNode. |
|
Get the flag indicating whether the text should be horizontal or vertical.
Implements FontStyleNode. |
|
Get the descriptor for the text justification.
Implements FontStyleNode. |
|
Get the language code.
Implements FontStyleNode. |
|
Get the flag indicating whether the text should be rendered left-to-right.
Implements FontStyleNode. |
|
Get the size of the text.
Implements FontStyleNode. |
|
Get the spacing for the text.
Implements FontStyleNode. |
|
Get the style for the text.
Implements FontStyleNode. |
|
Get the flag indicating whether the text should be rendered top-to-bottom.
Implements FontStyleNode. |