parent
ea1d11be18
commit
f918ab4cf6
@ -915,7 +915,7 @@ class T2OutlineExtractor(SimpleT2Decompiler):
|
||||
raise NotImplementedError
|
||||
|
||||
#
|
||||
# miscelaneous helpers
|
||||
# miscellaneous helpers
|
||||
#
|
||||
def alternatingLineto(self, isHorizontal):
|
||||
args = self.popall()
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""fontTools.misc.textTools.py -- miscelaneous routines."""
|
||||
"""fontTools.misc.textTools.py -- miscellaneous routines."""
|
||||
|
||||
|
||||
from __future__ import print_function, division
|
||||
|
@ -28,7 +28,7 @@ class table_T_S_I__0(DefaultTable.DefaultTable):
|
||||
|
||||
def compile(self, ttFont):
|
||||
if not hasattr(self, "indices"):
|
||||
# We have no corresponging table (TSI1 or TSI3); let's return
|
||||
# We have no corresponding table (TSI1 or TSI3); let's return
|
||||
# no data, which effectively means "ignore us".
|
||||
return ""
|
||||
data = b""
|
||||
|
Loading…
x
Reference in New Issue
Block a user