W3cubDocs

/Dart 2

FontFaceSetForEachCallback typedef

void FontFaceSetForEachCallback (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);

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