fontTools.ttLib.tables._h_e_a_d
index
/code/fontTools/Lib/fontTools/ttLib/tables/_h_e_a_d.py

 
Modules
       
fontTools.ttLib.tables.DefaultTable
sstruct
string
time

 
Classes
       
fontTools.ttLib.tables.DefaultTable.DefaultTable
table__h_e_a_d

 
class table__h_e_a_d(fontTools.ttLib.tables.DefaultTable.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 fontTools.ttLib.tables.DefaultTable.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
        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