HomeSort by relevance Sort by last modified time
    Searched refs:LigatureSet (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 708 struct LigatureSet
779 ligature; /* Array LigatureSet tables
791 unsigned int count = ligatureSet.len;
797 (this+ligatureSet[iter.get_coverage ()]).closure (c);
805 unsigned int count = ligatureSet.len;
811 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
826 const LigatureSet &lig_set = this+ligatureSet[index];
838 const LigatureSet &lig_set = this+ligatureSet[index]
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 408 ligSets = rawTable["LigatureSet"]
433 ligSet = LigatureSet()
442 return {"Coverage": cov, "LigatureSet": ligSets}
447 xmlWriter.begintag("LigatureSet", glyph=glyphName)
453 xmlWriter.endtag("LigatureSet")
609 elif overflowRecord.itemName == 'LigatureSet':

Completed in 93 milliseconds