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

Instance Method

unlockWriteShapes()unlockWriteShapesunlockWriteShapes

Releases the write lock for shapes.

Declaration

func unlockWriteShapes()

Declaration

- (void) unlockWriteShapes;

Declaration

unlockWriteShapes()

See Also

Shape Locks

  • lockReadShapes()lockReadShapeslockReadShapes

    Acquires the read lock for shapes.

  • unlockReadShapes()unlockReadShapesunlockReadShapes

    Releases the read lock for shapes.

  • lockWriteShapes()lockWriteShapeslockWriteShapes

    Acquires the write lock for shapes.