FontFaceSet 类
- 继承
-
- Object
- EventTarget
- 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 - 相等运算符。继承