Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSLayer
      • GSLayer Annotations
        • removeObjectFromAnnotationsAtIndex:
  1. GlyphsCore
  2. GSLayer
  3. GSLayer Annotations

Instance Method

removeAnnotation(at:)removeObjectFromAnnotationsAtIndex:removeObjectFromAnnotationsAtIndex_

Removes the annotation at an index.

Declaration

func removeAnnotation(at idx: UInt)

Declaration

- (void) removeObjectFromAnnotationsAtIndex:(NSUInteger) idx;

Declaration

removeObjectFromAnnotationsAtIndex_(idx: int)

See Also

Adding and Removing Annotations

  • addAnnotation(_:)addAnnotation:addAnnotation_

    Adds an annotation.

  • removeAnnotation(_:)removeAnnotation:removeAnnotation_

    Removes an annotation.