Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSLayer
      • GSLayer Guides
        • GSGuide
          • handle
  1. GlyphsCore
  2. GSLayer
  3. GSLayer Guides
  4. GSGuide

Instance Property

handle

A transient handle for rotating the guide.

Declaration

var handle: GSHandle { get }

Declaration

@property (nonatomic, strong, readonly) GSHandle * handle;

Declaration

handle() -> GSHandle

Discussion

The handle is created when first accessed and is not encoded or copied with the guide.

See Also

Interaction

  • hitTest(_:in:tolerance:)hitTest:inLayer:tolerance:hitTest_inLayer_tolerance_

    Whether a point is within a given distance of the guide.