FontFaceSetForEachCallback typedef
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,
);
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Emitted for any setlike IDL entry needs a callback signature. Today there is only one.
typedef void FontFaceSetForEachCallback(
FontFace fontFace,
FontFace fontFaceAgain,
FontFaceSet set,
);