minor fixes. Note: format2 is not implemented correctly!

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@91 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
Just 2000-03-14 23:02:33 +00:00
parent 670c985d76
commit 7f34d735e0

View File

@ -148,7 +148,7 @@ class KernTable_format_2:
def decompile(self, data, ttFont):
self.data = data
def compile(self, ttFont, ttFont):
def compile(self, ttFont):
return data
def toXML(self, writer):
@ -183,4 +183,4 @@ class KernTable_format_unkown:
kern_classes = {0: KernTable_format_0, 1: KernTable_format_2}
kern_classes = {0: KernTable_format_0, 2: KernTable_format_2}