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

Instance Method

unlockReadHints()unlockReadHintsunlockReadHints

Releases the read lock for hints.

Declaration

func unlockReadHints()

Declaration

- (void) unlockReadHints;

Declaration

unlockReadHints()

See Also

Hint Locks

  • lockReadHints()lockReadHintslockReadHints

    Acquires the read lock for hints.

  • lockWriteHints()lockWriteHintslockWriteHints

    Acquires the write lock for hints.

  • unlockWriteHints()unlockWriteHintsunlockWriteHints

    Releases the write lock for hints.