Nutrient Web SDK
    Preparing search index...

    Interface AvailableFontFace

    Available font face for content editing font matching. Each font face represents a specific combination of family and style.

    interface AvailableFontFace {
        bold: boolean;
        family: string;
        italic: boolean;
    }
    Index

    Properties

    Properties

    bold: boolean

    Whether this font face is bold

    family: string

    The font family name (e.g., "Arial", "Times New Roman")

    italic: boolean

    Whether this font face is italic