|
MythTV
0.26-pre
|
class to hold a font definition More...
Public Member Functions | |
| def | __init__ |
| def | getFont |
| def | drawText |
Public Attributes | |
| name | |
| fontFile | |
| size | |
| color | |
| effect | |
| shadowColor | |
| shadowSize | |
| font | |
class to hold a font definition
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 217 of file mythburn.py.
Definition at line 217 of file mythburn.py.
Referenced by mythburn.FontDef.drawText(), and mythburn.FontDef.getFont().
Definition at line 217 of file mythburn.py.
Referenced by mythburn.FontDef.drawText(), and mythburn.FontDef.getFont().
Definition at line 217 of file mythburn.py.
Referenced by mythburn.FontDef.drawText().
Definition at line 217 of file mythburn.py.
Referenced by mythburn.FontDef.drawText().
Definition at line 217 of file mythburn.py.
Referenced by mythburn.FontDef.drawText().
Definition at line 217 of file mythburn.py.
Referenced by mythburn.FontDef.drawText().
Definition at line 217 of file mythburn.py.
Referenced by mythburn.FontDef.drawText(), and mythburn.FontDef.getFont().
1.7.6.1