summaryrefslogtreecommitdiff
path: root/pykfx/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2007-10-01Use strip instead of split in Styles.read.Jon Bergli Heier1-1/+1
2007-10-01Added get_duration in Event.Jon Bergli Heier1-1/+8
Fixed typo in add_lead_out.
2007-10-01Added get_stripped to the Event-class to get an override-free line.Jon Bergli Heier1-0/+3
2007-10-01Moved pykfx.py to pykfx/__init__.pyJon Bergli Heier1-0/+232
Added self.names in Styles along with int support in __getitem__. Added setup.py. Added fscalc, an extension that calculates text sizes for a given font. Using boost.python-wrapper for fscalc.