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

Instance Method

reverse()reversereverse

Reverses the path direction.

Declaration

func reverse()

Declaration

- (void) reverse;

Declaration

reverse()

See Also

Path Direction

  • GSPath.DirectionGSPathDirectionGSPathDirection

    The traversal direction of a path.

  • direction()directiondirection

    The direction in which the nodes traverse the path.

  • reverseFast()reverseFastreverseFast

    Reverses the path direction without registering undo or notifying the layer.