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

Instance Method

lockWriteShapes()lockWriteShapeslockWriteShapes

Acquires the write lock for shapes.

Declaration

func lockWriteShapes()

Declaration

- (void) lockWriteShapes;

Declaration

lockWriteShapes()

See Also

Shape Locks

  • lockReadShapes()lockReadShapeslockReadShapes

    Acquires the read lock for shapes.

  • unlockReadShapes()unlockReadShapesunlockReadShapes

    Releases the read lock for shapes.

  • unlockWriteShapes()unlockWriteShapesunlockWriteShapes

    Releases the write lock for shapes.