clear method

void clear()

Clears the glyph frame builder operations list.

Implementation

void clear() {
  _operations.clear();
}