ligCaretList function

dynamic ligCaretList(
  1. dynamic scope
)

Implementation

ligCaretList(scope) {
    return {
        "coverage": scope.parsePointer(Parser.coverage),
        "ligGlyphs": scope.parseList(Parser.pointer(ligGlyph))
    };
}