sort XML output by glyph name
This commit is contained in:
parent
f7f01b3c1a
commit
b4c5b07741
@ -166,7 +166,7 @@ class table__g_v_a_r(DefaultTable.DefaultTable):
|
|||||||
writer.simpletag("reserved", value=self.reserved)
|
writer.simpletag("reserved", value=self.reserved)
|
||||||
writer.newline()
|
writer.newline()
|
||||||
axisTags = [axis.axisTag for axis in ttFont["fvar"].axes]
|
axisTags = [axis.axisTag for axis in ttFont["fvar"].axes]
|
||||||
for glyphName in ttFont.getGlyphOrder():
|
for glyphName in ttFont.getGlyphNames():
|
||||||
variations = self.variations.get(glyphName)
|
variations = self.variations.get(glyphName)
|
||||||
if not variations:
|
if not variations:
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user