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

Instance Method

reverseFast()reverseFastreverseFast

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

Declaration

func reverseFast()

Declaration

- (void) reverseFast;

Declaration

reverseFast()

See Also

Path Direction

  • GSPath.DirectionGSPathDirectionGSPathDirection

    The traversal direction of a path.

  • direction()directiondirection

    The direction in which the nodes traverse the path.

  • reverse()reversereverse

    Reverses the path direction.