langSysTable top-level property

Map<String, Function> langSysTable
getter/setter pair

// Script, Feature, Lookup lists ///////////////////////////////////////////////

Implementation

// https://www.microsoft.com/typography/OTSPEC/chapter2.htm

var langSysTable = {
    "reserved": Parser.uShort,
    "reqFeatureIndex": Parser.uShort,
    "featureIndexes": Parser.uShortList
};