markGlyphSets function

dynamic markGlyphSets(
  1. dynamic scope
)

Implementation

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