webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
FontFace Interface Reference

import"FontFace.idl";

Public Member Functions

Promise< FontFaceload ()
 

Public Attributes

attribute DOMString family
 
attribute DOMString style
 
attribute DOMString weight
 
attribute DOMString stretch
 
attribute DOMString unicodeRange
 
attribute DOMString variant
 
attribute DOMString featureSettings
 
readonly attribute FontFaceLoadStatus status
 
readonly attribute Promise< FontFaceloaded
 

Member Function Documentation

◆ load()

Promise<FontFace> FontFace::load ( )

Member Data Documentation

◆ family

attribute DOMString FontFace::family

◆ featureSettings

attribute DOMString FontFace::featureSettings

◆ loaded

readonly attribute Promise<FontFace> FontFace::loaded

◆ status

◆ stretch

attribute DOMString FontFace::stretch

◆ style

attribute DOMString FontFace::style

◆ unicodeRange

attribute DOMString FontFace::unicodeRange

◆ variant

attribute DOMString FontFace::variant

◆ weight

attribute DOMString FontFace::weight

The documentation for this interface was generated from the following file: