markGlyphSets function
dynamic
markGlyphSets(
- dynamic scope
Implementation
markGlyphSets(scope) {
scope.parseUShort(); // Version
return scope.parseList(Parser.pointer(Parser.coverage));
}