Interface FontFaceSetLoadEventInit
interface FontFaceSetLoadEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
fontfaces?: FontFace[];
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
fontfaces?: FontFace[];
}
Hierarchy
- EventInit
- FontFaceSetLoadEventInit (View Summary)