Overview

Topics

Layer State

  • Whether the layer participates in interpolation and export.

  • Whether the layer is displayed with other layers in Edit view.

  • Whether clients should prevent editing the layer.

Update State

  • The time of the most recent geometry invalidation.

  • The most recent update affecting the layer or its referenced content.

  • The most recent update affecting the layer or its referenced content, while avoiding component cycles.

  • Whether derived representations are newer than changes that affect the layer.

  • Whether the layer is currently updating its side bearings.

  • A KVO dependency key for changes to any content of the layer.

Update Control

Marking Updates

Undo

  • The undo manager of the containing glyph when the layer belongs to that glyph.

  • The undo manager of the containing glyph when undo registration is enabled.

Locking

  • Enables thread synchronization for a layer created without locks.

  • Disables thread synchronization for the layer.

Topics

Layer State

  • Whether the layer participates in interpolation and export.

  • Whether the layer is displayed with other layers in Edit view.

  • Whether clients should prevent editing the layer.

Update State

  • The time of the most recent geometry invalidation.

  • The most recent update affecting the layer or its referenced content.

  • The most recent update affecting the layer or its referenced content, while avoiding component cycles.

  • Whether derived representations are newer than changes that affect the layer.

  • Whether the layer is currently updating its side bearings.

  • A KVO dependency key for changes to any content of the layer.

Update Control

Marking Updates

Undo

  • The undo manager of the containing glyph when the layer belongs to that glyph.

  • The undo manager of the containing glyph when undo registration is enabled.

Locking

See Also