Public Member Functions | |
| def | __init__ |
| def | getFont |
| def | drawText |
Public Attributes | |
| name | |
| fontFile | |
| size | |
| color | |
| effect | |
| shadowColor | |
| shadowSize | |
| font | |
Definition at line 216 of file mythburn.py.
| def mythburn::FontDef::__init__ | ( | self, | ||
name = None, |
||||
fontFile = None, |
||||
size = 19, |
||||
color = "white", |
||||
effect = "normal", |
||||
shadowColor = "black", |
||||
shadowSize = 1 | ||||
| ) |
Definition at line 217 of file mythburn.py.
| def mythburn::FontDef::getFont | ( | self | ) |
Definition at line 227 of file mythburn.py.
| def mythburn::FontDef::drawText | ( | self, | ||
| text, | ||||
color = None | ||||
| ) |
Definition at line 233 of file mythburn.py.
Definition at line 218 of file mythburn.py.
Definition at line 219 of file mythburn.py.
Definition at line 220 of file mythburn.py.
Definition at line 221 of file mythburn.py.
Definition at line 222 of file mythburn.py.
Definition at line 223 of file mythburn.py.
Definition at line 224 of file mythburn.py.
Definition at line 225 of file mythburn.py.
1.6.3