Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSShape
      • GSPath
        • GSNode
          • makeNodeFirst
  1. GlyphsCore
  2. GSShape
  3. GSPath
  4. GSNode

Instance Method

makeFirst()makeNodeFirstmakeNodeFirst

Makes the node the start node of its path.

Declaration

func makeFirst()

Declaration

- (void) makeNodeFirst;

Declaration

makeNodeFirst()

Discussion

For open paths, this method is only effective for the end node, reversing the path direction.

See also makeNodeFirst(_:)makeNodeFirst:makeNodeFirst_.

See Also

Path API

  • elementDidChange(_:)elementDidChange:elementDidChange_

    Notifies the path that the node changed.