FontFaceSetForEachCallback typedef

  1. @DomName('FontFaceSetForEachCallback')
  2. @Experimental()
void FontFaceSetForEachCallback(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set)

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

Source

@DomName('FontFaceSetForEachCallback')
@Experimental() // untriaged
typedef void FontFaceSetForEachCallback(
    FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/FontFaceSetForEachCallback.html