Link Search Menu Expand Document

FontManager.d overview

FontManager

The static class that loads font files.


Table of contents


utils

FontManager (class)

FontManager

The static class that loads font files.

Signature

export declare class FontManager {
  constructor()
}

load (static method)

Signature

static load(family: string, filename: string): void

isReady (static method)

Signature

static isReady(): boolean

startLoading (static method)

Signature

static startLoading(family: string, url: string): void

throwLoadError (static method)

Signature

static throwLoadError(family: string): void

makeUrl (static method)

Signature

static makeUrl(filename: string): string