Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open class FontFace(var family: String, source: String, descriptors: FontFaceDescriptors = definedExternally)
The FontFace
interface of the CSS Font Loading API represents a single usable font face.
Link copied to clipboard
interface FontFaceDescriptors
Link copied to clipboard
Link copied to clipboard
The FontFaceSet
interface of the CSS Font Loading API manages the loading of font-faces and querying of their download status.
Link copied to clipboard
open class FontFaceSetLoadEvent(val type: EventType<FontFaceSetLoadEvent>, init: FontFaceSetLoadEventInit = definedExternally) : Event
The FontFaceSetLoadEvent
interface of the CSS Font Loading API represents events fired at a FontFaceSet after it starts loading font faces.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface FontFaceSource