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

Instance Method

lockWriteHints()lockWriteHintslockWriteHints

Acquires the write lock for hints.

Declaration

func lockWriteHints()

Declaration

- (void) lockWriteHints;

Declaration

lockWriteHints()

See Also

Hint Locks

  • lockReadHints()lockReadHintslockReadHints

    Acquires the read lock for hints.

  • unlockReadHints()unlockReadHintsunlockReadHints

    Releases the read lock for hints.

  • unlockWriteHints()unlockWriteHintsunlockWriteHints

    Releases the write lock for hints.