interface FontHandle {
    fontRef: IFontFace;
    loaded: boolean;
}

Properties

Properties

fontRef: IFontFace
loaded: boolean