minor whitespace
This commit is contained in:
parent
2b4b563171
commit
f2a8c787b1
@ -39,8 +39,8 @@ usage: ttx [options] inputfile1 [... inputfileN]
|
||||
input to ttx, as long as the table files are in the
|
||||
same directory.
|
||||
-g Split glyf table: Save the glyf data into separate TTX files
|
||||
per glyph and write a small TTX for the glyf table which
|
||||
contains references to the individual TTGlyph elements.
|
||||
per glyph and write a small TTX for the glyf table which
|
||||
contains references to the individual TTGlyph elements.
|
||||
-i Do NOT disassemble TT instructions: when this option is given,
|
||||
all TrueType programs (glyph programs, the font program and the
|
||||
pre-program) will be written to the TTX file as hex data
|
||||
|
@ -143,7 +143,7 @@ class TestXMLReader(unittest.TestCase):
|
||||
os.remove(tmp.name)
|
||||
|
||||
def test_read_sub_file(self):
|
||||
# Verifies that sub-file content is able to be read to a table.
|
||||
# Verifies that sub-file content is able to be read to a table.
|
||||
expectedContent = u'testContent'
|
||||
expectedNameID = '1'
|
||||
expectedPlatform = '3'
|
||||
|
Loading…
x
Reference in New Issue
Block a user