menu
  1. Dart
  2. dart:html
  3. FontFaceSetForEachCallback typedef
FontFaceSetForEachCallback

FontFaceSetForEachCallback typedef

FontFaceSetForEachCallback = void Function(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set)

Emitted for any setlike IDL entry needs a callback signature. Today there is only one.

Implementation

typedef void FontFaceSetForEachCallback(
 FontFace fontFace,
 FontFace fontFaceAgain,
 FontFaceSet set,
);
dart:html library

AltStyle によって変換されたページ (->オリジナル) /