tweaked doc string
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@445 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
81383d6efc
commit
3a6aa2359e
@ -6,9 +6,10 @@ from types import TupleType
|
||||
|
||||
class BaseTTXConverter(DefaultTable):
|
||||
|
||||
"""Generic base class for TTX table converters. Functions as an adapter
|
||||
between the TTX (ttLib actually) table model and the model we use for
|
||||
OpenType tables, which is neccesarily subtly different."""
|
||||
"""Generic base class for TTX table converters. It functions as an
|
||||
adapter between the TTX (ttLib actually) table model and the model
|
||||
we use for OpenType tables, which is necessarily subtly different.
|
||||
"""
|
||||
|
||||
def decompile(self, data, font):
|
||||
import otTables
|
||||
|
Loading…
x
Reference in New Issue
Block a user