@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Variable TextWeightConst

    TextWeight: {
        Black: "black";
        Bold: "bold";
        ExtraBold: "extra_bold";
        ExtraLight: "extra_light";
        Light: "light";
        Medium: "medium";
        Normal: "normal";
        SemiBold: "semi_bold";
        Thin: "thin";
    }

    Font weight, based on the OpenType specification.

    Type declaration

    • ReadonlyBlack: "black"
    • ReadonlyBold: "bold"
    • ReadonlyExtraBold: "extra_bold"
    • ReadonlyExtraLight: "extra_light"
    • ReadonlyLight: "light"
    • ReadonlyMedium: "medium"
    • ReadonlyNormal: "normal"
    • ReadonlySemiBold: "semi_bold"
    • ReadonlyThin: "thin"