[_f_p_g_m] remove writer.newline() as it's now implied by self.program.toXML()
this also applies to table_p_r_e_p
This commit is contained in:
parent
e8527bcb48
commit
0aa086a94b
@ -15,7 +15,6 @@ class table__f_p_g_m(DefaultTable.DefaultTable):
|
|||||||
|
|
||||||
def toXML(self, writer, ttFont):
|
def toXML(self, writer, ttFont):
|
||||||
self.program.toXML(writer, ttFont)
|
self.program.toXML(writer, ttFont)
|
||||||
writer.newline()
|
|
||||||
|
|
||||||
def fromXML(self, name, attrs, content, ttFont):
|
def fromXML(self, name, attrs, content, ttFont):
|
||||||
program = ttProgram.Program()
|
program = ttProgram.Program()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user