fontTools.ttLib.tables._h_e_a_d
index
/home/mcfletch/pylive/fontTools/ttLib/tables/_h_e_a_d.py

 
Modules
       
fontTools.ttLib.tables.DefaultTable
sstruct
string
time

 
Classes
       
DefaultTable
table__h_e_a_d

 
class table__h_e_a_d(DefaultTable)
     Methods defined here:
__cmp__(self, other)
compile(self, ttFont)
dates2strings(self)
decompile(self, data, ttFont)
fromXML(self, (name, attrs, content), ttFont)
strings2dates(self)
toXML(self, writer, ttFont)

Data and other attributes defined here:
dependencies = ['maxp', 'loca']

Methods inherited from DefaultTable:
__init__(self, tag)
__repr__(self)

 
Functions
       
bin2long(data)
calc_mac_epoch_diff()
calculate the difference between the original Mac epoch (1904)
to the epoch on this machine.
long2bin(v, bytes=8)
parse_date(datestring)

 
Data
        __file__ = '/home/mcfletch/pylive/fontTools/ttLib/tables/_h_e_a_d.pyc'
__name__ = 'fontTools.ttLib.tables._h_e_a_d'
__package__ = 'fontTools.ttLib.tables'
_months = [' ', 'jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec']
_weekdays = ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun']
headFormat = '\n\t\t>\t# big endian\n\t\ttableVersion: 16.16F\n\t...\n\t\tindexToLocFormat: h\n\t\tglyphDataFormat: h\n'
mac_epoch_diff = -2082844800L