Home
last modified time | relevance | path

Searched refs:LigatureAttach (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py1786 self.LigatureAttach = []
1791 self.LigatureAttach.append(buildLigatureAttach(anchors))
1792 self.LigatureCount = len(self.LigatureAttach)
1798 self = ot.LigatureAttach()
/external/freetype/src/otvalid/
Dotvgpos.c716 OTV_NEST3( MarkLigPosFormat1, LigatureArray, LigatureAttach ); in otv_MarkLigPos_validate()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1558 typedef AnchorMatrix LigatureAttach; /* component-major-- typedef
1563 typedef OffsetListOf<LigatureAttach> LigatureArray;
1603 const LigatureAttach& lig_attach = lig_array[lig_index]; in apply()
/external/fonttools/Lib/fontTools/subset/
D__init__.py662 …self.LigatureArray.LigatureAttach = _list_subset(self.LigatureArray.LigatureAttach, ligature_indic…
663 self.LigatureArray.LigatureCount = len(self.LigatureArray.LigatureAttach)
669 for l in self.LigatureArray.LigatureAttach:
684 for l in self.LigatureArray.LigatureAttach:
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py405 record = records[idx[glyph]] = ot.LigatureAttach()