make font validator happy
This commit is contained in:
parent
9b56c90ff9
commit
4f289b13f2
|
@ -63,11 +63,9 @@ export : define [apply para glyphList] : begin
|
||||||
if r : set subtable.bases.(glyph.name) r
|
if r : set subtable.bases.(glyph.name) r
|
||||||
lookup.subtables.push subtable
|
lookup.subtables.push subtable
|
||||||
|
|
||||||
createMTSSubtable lookup_mark {'above' 'below' 'overlay' 'slash'}
|
foreach [marktag : items-of {'above' 'below' 'overlay' 'slash' 'topright' 'bottomright' 'trailing' 'lf'}] : begin
|
||||||
createMTSSubtable lookup_mark {'trailing' 'lf' 'topright' 'bottomright'}
|
createMTSSubtable lookup_mark {marktag}
|
||||||
createMTSSubtable lookup_mkmk {'above'}
|
createMTSSubtable lookup_mkmk {marktag}
|
||||||
createMTSSubtable lookup_mkmk {'below'}
|
|
||||||
createMTSSubtable lookup_mkmk {'trailing' 'lf' 'topright' 'bottomright' 'overlay' 'slash'}
|
|
||||||
|
|
||||||
# GDEF
|
# GDEF
|
||||||
local GDEF {.glyphClassDef {.}}
|
local GDEF {.glyphClassDef {.}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user