FontFaceSet

继承
注解
  • @Native("FontFaceSet")

属性

hashCode int
此对象的哈希码。
无设置器继承
on Events
这是一个用于事件流的便捷访问器,仅应在没有显式访问器时使用。
无设置器继承
onLoading Stream<FontFaceSetLoadEvent>
无设置器
onLoadingDone Stream<FontFaceSetLoadEvent>
无设置器
onLoadingError Stream<FontFaceSetLoadEvent>
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承
status String?
无设置器

方法

add(FontFace arg) FontFaceSet?
addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
check(String font, [String? text]) bool
clear() → void
delete(FontFace arg) bool
dispatchEvent(Event event) bool
继承
forEach(FontFaceSetForEachCallback callback, [Object? thisArg]) → void
has(FontFace arg) bool
noSuchMethod(Invocation invocation) → dynamic
访问不存在的方法或属性时调用。
继承
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
toString() String
此对象的字符串表示形式。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承

常量

loadingDoneEvent → const EventStreamProvider<FontFaceSetLoadEvent>
loadingErrorEvent → const EventStreamProvider<FontFaceSetLoadEvent>
loadingEvent → const EventStreamProvider<FontFaceSetLoadEvent>