delete method

bool delete(
  1. FontFace font
)

Implementation

bool delete(FontFace font) => js_util.callMethod(this, 'delete', [font]);