gameforge - v0.1.12
    Preparing search index...

    Interface IHTMLFont

    Font information for HTMLText

    PIXI

    7.2.0

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

    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