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

Instance Method

removeHint(_:)removeHint:removeHint_

Removes a hint.

Declaration

func removeHint(_ hint: GSHint)

Declaration

- (void) removeHint:(GSHint *) hint;

Declaration

removeHint_(hint: GSHint)

See Also

Removing Hints

  • removeHint(at:)removeObjectFromHintsAtIndex:removeObjectFromHintsAtIndex_

    Removes the hint at an index.