Home | History | Annotate | Download | only in otlLib

Lines Matching refs:Anchor

112     self = ot.Anchor()
139 """[otTables.Anchor, otTables.Anchor, ...] --> otTables.BaseRecord"""
146 """[otTables.Anchor, otTables.Anchor, ...] --> otTables.ComponentRecord"""
209 """[[Anchor, Anchor], [Anchor, Anchor, Anchor]] --> LigatureAttach"""
217 """{"acute": (markClass, otTables.Anchor)} --> otTables.MarkArray"""
221 markClass, anchor = marks[mark]
222 markrec = buildMarkRecord(markClass, anchor)
240 # anchor tables that we currently produce. Of course, this
297 def buildMarkRecord(classID, anchor):
299 assert isinstance(anchor, ot.Anchor)
302 self.MarkAnchor = anchor
307 """[otTables.Anchor, otTables.Anchor, ...] --> otTables.Mark2Record"""