Home | History | Annotate | Download | only in feaLib

Lines Matching refs:Anchor

13     'Anchor',
90 "anchor", "anchordef", "anon", "anonymous",
401 # markClass [acute grave] <anchor 350 800> @FRENCH_ACCENTS;
402 # markClass [cedilla] <anchor 350 -200> @FRENCH_ACCENTS;
434 def __init__(self, markClass, anchor, glyphs, location=None):
437 assert isinstance(anchor, Anchor) and isinstance(glyphs, Expression)
438 self.markClass, self.anchor, self.glyphs = markClass, anchor, glyphs
445 self.glyphs.asFea(), self.anchor.asFea(),
481 class Anchor(Expression):
491 return "<anchor {}>".format(self.name)
492 res = "<anchor {} {}".format(self.x, self.y)
606 entry = self.entryAnchor.asFea() if self.entryAnchor else "<anchor NULL>"
607 exit = self.exitAnchor.asFea() if self.exitAnchor else "<anchor NULL>"
882 temp = " <anchor NULL>"