Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Font
Font describes how text is displayed.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
DEFAULT_BOLD | |
DEFAULT_ITALIC | |
DEFAULT_SIZE | |
bold | |
family | |
italic | |
size | |
Inherited from Inherited from |
Method Details |
__init__( (object)arg1 [, (str)family [, (int)size [, (bool)bold [, (bool)italic]]]]) -> None : Font([family,size,bold,italic]) C++ signature : void __init__(struct _object * [,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > [,int [,bool [,bool]]]])
|
copy( (Font)arg1) -> SceneObject : C++ signature : class TOOLS::RefCountPtr<class PGL::SceneObject> copy(class PGL::Font {lvalue}) |
isBoldToDefault( (Font)arg1) -> bool : C++ signature : bool isBoldToDefault(class PGL::Font {lvalue}) |
isItalicToDefault( (Font)arg1) -> bool : C++ signature : bool isItalicToDefault(class PGL::Font {lvalue}) |
isSizeToDefault( (Font)arg1) -> bool : C++ signature : bool isSizeToDefault(class PGL::Font {lvalue}) |
Property Details |
DEFAULT_BOLD
|
DEFAULT_ITALIC
|
DEFAULT_SIZE
|
bold
|
family
|
italic
|
size
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |