make font validator happy

This commit is contained in:
be5invis 2016-10-23 01:57:50 +08:00
parent 9b56c90ff9
commit 4f289b13f2

View File

@ -63,11 +63,9 @@ export : define [apply para glyphList] : begin
if r : set subtable.bases.(glyph.name) r
lookup.subtables.push subtable
createMTSSubtable lookup_mark {'above' 'below' 'overlay' 'slash'}
createMTSSubtable lookup_mark {'trailing' 'lf' 'topright' 'bottomright'}
createMTSSubtable lookup_mkmk {'above'}
createMTSSubtable lookup_mkmk {'below'}
createMTSSubtable lookup_mkmk {'trailing' 'lf' 'topright' 'bottomright' 'overlay' 'slash'}
foreach [marktag : items-of {'above' 'below' 'overlay' 'slash' 'topright' 'bottomright' 'trailing' 'lf'}] : begin
createMTSSubtable lookup_mark {marktag}
createMTSSubtable lookup_mkmk {marktag}
# GDEF
local GDEF {.glyphClassDef {.}}