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

Instance Method

unlockWriteHints()unlockWriteHintsunlockWriteHints

Releases the write lock for hints.

Declaration

func unlockWriteHints()

Declaration

- (void) unlockWriteHints;

Declaration

unlockWriteHints()

See Also

Hint Locks

  • lockReadHints()lockReadHintslockReadHints

    Acquires the read lock for hints.

  • unlockReadHints()unlockReadHintsunlockReadHints

    Releases the read lock for hints.

  • lockWriteHints()lockWriteHintslockWriteHints

    Acquires the write lock for hints.