Home
last modified time | relevance | path

Searched refs:anchorsValidator (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ufoLib/
DglifLib.py31 anchorsValidator,
856 if validate and not anchorsValidator(anchors):
873 if validate and not anchorsValidator(anchors):
1172 if validate and not anchorsValidator(anchors, identifiers):
1253 if validate and not anchorsValidator(anchors):
Dvalidators.py568 def anchorsValidator(value, identifiers=None): function