Interface FontFaceSet

Hierarchy

Properties

onloading: ((this, ev) => any)

Type declaration

onloadingdone: ((this, ev) => any)

Type declaration

onloadingerror: ((this, ev) => any)

Type declaration

Methods

  • Parameters

    • font: string
    • Optional text: string

    Returns boolean

  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    MDN Reference

    Parameters

    Returns boolean

  • Parameters

    • callbackfn: ((value, key, parent) => void)
    • Optional thisArg: any

    Returns void