• Home
  • Raw
  • Download

Lines Matching defs:validate

357 	def readGlyph(self, glyphName, glyphObject=None, pointPen=None, validate=None):  argument
408 …teGlyph(self, glyphName, glyphObject=None, drawPointsFunc=None, formatVersion=None, validate=None): argument
614 validate=True, argument
695 validate=True, argument
757 validate=True, argument
813 def _writeAdvance(glyphObject, element, validate): argument
833 def _writeUnicodes(glyphObject, element, validate): argument
847 def _writeNote(glyphObject, element, validate): argument
855 def _writeImage(glyphObject, element, validate): argument
869 def _writeGuidelines(glyphObject, element, identifiers, validate): argument
898 def _writeAnchorsFormat1(pen, anchors, validate): argument
914 def _writeAnchors(glyphObject, element, identifiers, validate): argument
938 def _writeLib(glyphObject, element, validate): argument
1042 validate=True, argument
1083 def _readGlyphFromTreeFormat1(tree, glyphObject=None, pointPen=None, validate=None, **kwargs): argument
1132 tree, glyphObject=None, pointPen=None, validate=None, formatMinor=0 argument
1226 def _readName(glyphObject, root, validate): argument
1244 def _readLib(glyphObject, lib, validate): argument
1254 def _readImage(glyphObject, image, validate): argument
1277 def buildOutlineFormat1(glyphObject, pen, outline, validate): argument
1300 def _buildAnchorFormat1(point, validate): argument
1317 def _buildOutlineContourFormat1(pen, contour, validate): argument
1335 def _buildOutlineComponentFormat1(pen, component, validate): argument
1357 def buildOutlineFormat2(glyphObject, pen, outline, identifiers, validate): argument
1366 def _buildOutlineContourFormat2(pen, contour, identifiers, validate): argument
1389 def _buildOutlinePointsFormat2(pen, contour, identifiers, validate): argument
1410 def _buildOutlineComponentFormat2(pen, component, identifiers, validate): argument
1444 …MassagePointStructures(contour, pointAttributes, openContourOffCurveLeniency=False, validate=True): argument
1708 def __init__(self, element, formatVersion=None, identifiers=None, validate=True): argument