clear method
void
clear()
Clears the glyph frame builder operations list.
Implementation
void clear() {
_operations.clear();
}
Clears the glyph frame builder operations list.
void clear() {
_operations.clear();
}