Theia API Documentation v1.65.0
    Preparing search index...

    Encapsulates styling information of the font.

    interface FontData {
        color?: string;
        style?: FontStyle | FontStyle[];
    }
    Index

    Properties

    Properties

    color?: string

    The color of the font.

    style?: FontStyle | FontStyle[]

    Zero to any font style.