Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSPathHash
      • elementAtIndex:
  1. GlyphsCore
  2. GSPathHash

Instance Method

element(at:)elementAtIndex:elementAtIndex_

Declaration

func element(at idx: UInt) -> GSPathHashElement!

Declaration

- (GSPathHashElement *) elementAtIndex:(NSUInteger) idx;

Declaration

elementAtIndex_(idx: int) -> GSPathHashElement