gameforge - v0.1.12
    Preparing search index...

    Interface IHTMLTextFontOptions

    interface IHTMLTextFontOptions {
        display: FontDisplay;
        family: string;
        style: TextStyleFontStyle;
        weight: TextStyleFontWeight;
    }

    Hierarchy

    • Pick<IHTMLFont, "weight" | "style" | "family">
      • IHTMLTextFontOptions
    Index

    Properties

    display: FontDisplay

    font-display property

    family: string

    Family name of font

    Style of the font

    Weight of the font