Interface IHTMLFont

Font information for HTMLText

Memberof

PIXI

Since

7.2.0

interface IHTMLFont {
    dataSrc: string;
    display: FontDisplay;
    family: string;
    fontFace: null | FontFace;
    originalUrl: string;
    refs: number;
    src: string;
    style: TextStyleFontStyle;
    weight: TextStyleFontWeight;
}

Properties

dataSrc: string

Base64 string for font

display: FontDisplay

Display property of the font

family: string

Family name of font

fontFace: null | FontFace

FontFace installed in the document

originalUrl: string

User-supplied URL request

refs: number

Reference counter

src: string

Blob-based URL for font

Style of the font

Weight of the font

Generated using TypeDoc